Html Css Color HEX #6B9ADF Cornflower Blue

📋 copy color: '#6B9ADF'

red 107 ◦ green 154 ◦ blue 223

#6B9ADF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6B9ADF

Tints of Cornflower Blue #6B9ADF

RGB

 RED value IS 107 (42.19% from 255) = 22.11%

 GREEN value IS 154 (60.55% from 255) = 31.82%

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 22.11%
G = 31.82%
B = 46.07%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6B9ADF (or 0x6B9ADF) is known color: Cornflower Blue. HEX triplet: 6B, 9A and DF. RGB value is (107,154,223). Sum of RGB (Red+Green+Blue) = 107+154+223=484 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.11% from 484); Green value is 154 (60.55% from 255 or 31.82% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B9ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9ADF is #946520. Grayscale: #939393. Windows color (decimal): -9725217 or 14654059. OLE color: 14654059.

HSL color Cylindrical-coordinate representation of color #6B9ADF: hue angle of 215.69º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B9ADF is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 154 223 -
CMYK 0.52 0.31 0 0.13
HSL 215.69º 0.64% 0.65% -
HSV(B) 215.69º 0.52% 0.87% -
XYZ 30.94 31.56 74.27 -
YUV 147.81 170.43 98.89 -
System Red Green Blue C M Y K H S L
Decimal 107 154 223 0.52 0.31 0 0.13 215.69 0.64 0.65
Hex 6B 9A DF 34 1F 0 D D8 40 41
Octal 153 232 337 64 37 0 15 330 100 101
Binary 1101011 10011010 11011111 110100 11111 0 1101 11011000 1000000 1000001

Color Harmonies of #6B9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9ADF

Black with #6B9ADF

Text Example


Text Example

White with #6B9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B9ADF; }

 p { color: rgb(107,154,223); }

 H1.HeaderClassName
 {
   color: #6B9ADF;
 }
 .AnyTagClassName
 {
   color: #6B9ADF;
 }
</style>

background-color css

<style>
 a { background-color: #6B9ADF; }

 a { background-color: rgb(107,154,223); }

 div.DivClassName
 {
   background-color: #6B9ADF;
 }
 .BgClassName
 {
   background-color: #6B9ADF;
 }
</style>

border-color css

<style>
 span { border-color: #6B9ADF; }

 span { border-color: rgb(107,154,223); }

 td.TdClassName
 {
   border-color: #6B9ADF;
 }
 .TagClassName
 {
   border-color: #6B9ADF;
 }
</style>