Html Css Color HEX #6F93DC Cornflower Blue

📋 copy color: '#6F93DC'

red 111 ◦ green 147 ◦ blue 220

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

Shades of Cornflower Blue #6F93DC

Tints of Cornflower Blue #6F93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 23.22%
G = 30.75%
B = 46.03%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F93DC (or 0x6F93DC) is known color: Cornflower Blue. HEX triplet: 6F, 93 and DC. RGB value is (111,147,220). Sum of RGB (Red+Green+Blue) = 111+147+220=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F93DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F93DC is #906C23. Grayscale: #909090. Windows color (decimal): -9464868 or 14455663. OLE color: 14455663.

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

Color convert

RGB 111 147 220 -
CMYK 0.50 0.33 0 0.14
HSL 220.18º 0.61% 0.65% -
HSV(B) 220.18º 0.5% 0.86% -
XYZ 29.91 29.41 71.81 -
YUV 144.56 170.57 104.06 -
System Red Green Blue C M Y K H S L
Decimal 111 147 220 0.50 0.33 0 0.14 220.18 0.61 0.65
Hex 6F 93 DC 32 21 0 E DC 3D 41
Octal 157 223 334 62 41 0 16 334 75 101
Binary 1101111 10010011 11011100 110010 100001 0 1110 11011100 111101 1000001

Color Harmonies of #6F93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F93DC

Black with #6F93DC

Text Example


Text Example

White with #6F93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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