Html Css Color HEX #6F93DB Cornflower Blue

📋 copy color: '#6F93DB'

red 111 ◦ green 147 ◦ blue 219

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

Shades of Cornflower Blue #6F93DB

Tints of Cornflower Blue #6F93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.91%

R = 23.27%
G = 30.82%
B = 45.91%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F93DB (or 0x6F93DB) is known color: Cornflower Blue. HEX triplet: 6F, 93 and DB. RGB value is (111,147,219). Sum of RGB (Red+Green+Blue) = 111+147+219=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 147 (57.81% from 255 or 30.82% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F93DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93DB is #906C24. Grayscale: #909090. Windows color (decimal): -9464869 or 14390127. OLE color: 14390127.

HSL color Cylindrical-coordinate representation of color #6F93DB: hue angle of 220º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F93DB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 147 219 -
CMYK 0.49 0.33 0 0.14
HSL 220º 0.6% 0.65% -
HSV(B) 220º 0.49% 0.86% -
XYZ 29.78 29.36 71.12 -
YUV 144.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 111 147 219 0.49 0.33 0 0.14 220 0.6 0.65
Hex 6F 93 DB 31 21 0 E DC 3C 41
Octal 157 223 333 61 41 0 16 334 74 101
Binary 1101111 10010011 11011011 110001 100001 0 1110 11011100 111100 1000001

Color Harmonies of #6F93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93DB

Black with #6F93DB

Text Example


Text Example

White with #6F93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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