Html Css Color HEX #6F93DF Cornflower Blue

📋 copy color: '#6F93DF'

red 111 ◦ green 147 ◦ blue 223

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

Shades of Cornflower Blue #6F93DF

Tints of Cornflower Blue #6F93DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.56%

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

R = 23.08%
G = 30.56%
B = 46.36%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F93DF (or 0x6F93DF) is known color: Cornflower Blue. HEX triplet: 6F, 93 and DF. RGB value is (111,147,223). Sum of RGB (Red+Green+Blue) = 111+147+223=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F93DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93DF is #906C20. Grayscale: #909090. Windows color (decimal): -9464865 or 14652271. OLE color: 14652271.

HSL color Cylindrical-coordinate representation of color #6F93DF: hue angle of 220.71º 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 #6F93DF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 147 223 -
CMYK 0.50 0.34 0 0.13
HSL 220.71º 0.64% 0.65% -
HSV(B) 220.71º 0.5% 0.87% -
XYZ 30.31 29.57 73.92 -
YUV 144.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 111 147 223 0.50 0.34 0 0.13 220.71 0.64 0.65
Hex 6F 93 DF 32 22 0 D DD 40 41
Octal 157 223 337 62 42 0 15 335 100 101
Binary 1101111 10010011 11011111 110010 100010 0 1101 11011101 1000000 1000001

Color Harmonies of #6F93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93DF

Black with #6F93DF

Text Example


Text Example

White with #6F93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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