Html Css Color HEX #6F93DE Cornflower Blue

📋 copy color: '#6F93DE'

red 111 ◦ green 147 ◦ blue 222

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

Shades of Cornflower Blue #6F93DE

Tints of Cornflower Blue #6F93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 23.13%
G = 30.63%
B = 46.25%

CMYK

 C value IS 0.5

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F93DE (or 0x6F93DE) is known color: Cornflower Blue. HEX triplet: 6F, 93 and DE. RGB value is (111,147,222). Sum of RGB (Red+Green+Blue) = 111+147+222=480 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.12% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F93DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93DE is #906C21. Grayscale: #909090. Windows color (decimal): -9464866 or 14586735. OLE color: 14586735.

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

Color convert

RGB 111 147 222 -
CMYK 0.5 0.34 0 0.13
HSL 220.54º 0.63% 0.65% -
HSV(B) 220.54º 0.5% 0.87% -
XYZ 30.17 29.52 73.22 -
YUV 144.79 171.57 103.9 -
System Red Green Blue C M Y K H S L
Decimal 111 147 222 0.5 0.34 0 0.13 220.54 0.63 0.65
Hex 6F 93 DE 32 22 0 D DD 3F 41
Octal 157 223 336 62 42 0 15 335 77 101
Binary 1101111 10010011 11011110 110010 100010 0 1101 11011101 111111 1000001

Color Harmonies of #6F93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93DE

Black with #6F93DE

Text Example


Text Example

White with #6F93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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