Html Css Color HEX #6F9ADF Cornflower Blue

📋 copy color: '#6F9ADF'

red 111 ◦ green 154 ◦ blue 223

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

Shades of Cornflower Blue #6F9ADF

Tints of Cornflower Blue #6F9ADF

RGB

 RED value IS 111 (43.75% from 255) = 22.75%

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

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

R = 22.75%
G = 31.56%
B = 45.7%

CMYK

 C value IS 0.50

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F9ADF (or 0x6F9ADF) is known color: Cornflower Blue. HEX triplet: 6F, 9A and DF. RGB value is (111,154,223). Sum of RGB (Red+Green+Blue) = 111+154+223=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F9ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F9ADF is #906520. Grayscale: #949494. Windows color (decimal): -9463073 or 14654063. OLE color: 14654063.

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

Color convert

RGB 111 154 223 -
CMYK 0.50 0.31 0 0.13
HSL 216.96º 0.64% 0.65% -
HSV(B) 216.96º 0.5% 0.87% -
XYZ 31.43 31.82 74.3 -
YUV 149.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 111 154 223 0.50 0.31 0 0.13 216.96 0.64 0.65
Hex 6F 9A DF 32 1F 0 D D9 40 41
Octal 157 232 337 62 37 0 15 331 100 101
Binary 1101111 10011010 11011111 110010 11111 0 1101 11011001 1000000 1000001

Color Harmonies of #6F9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F9ADF

Black with #6F9ADF

Text Example


Text Example

White with #6F9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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