Html Css Color HEX #6C8FDD Cornflower Blue

📋 copy color: '#6C8FDD'

red 108 ◦ green 143 ◦ blue 221

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

Shades of Cornflower Blue #6C8FDD

Tints of Cornflower Blue #6C8FDD

RGB

 RED value IS 108 (42.58% from 255) = 22.88%

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 22.88%
G = 30.3%
B = 46.82%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6C8FDD (or 0x6C8FDD) is known color: Cornflower Blue. HEX triplet: 6C, 8F and DD. RGB value is (108,143,221). Sum of RGB (Red+Green+Blue) = 108+143+221=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C8FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8FDD is #937022. Grayscale: #8D8D8D. Windows color (decimal): -9662499 or 14520172. OLE color: 14520172.

HSL color Cylindrical-coordinate representation of color #6C8FDD: hue angle of 221.42º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C8FDD is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 143 221 -
CMYK 0.51 0.35 0 0.13
HSL 221.42º 0.62% 0.65% -
HSV(B) 221.42º 0.51% 0.87% -
XYZ 29.06 28.05 72.29 -
YUV 141.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 108 143 221 0.51 0.35 0 0.13 221.42 0.62 0.65
Hex 6C 8F DD 33 23 0 D DD 3E 41
Octal 154 217 335 63 43 0 15 335 76 101
Binary 1101100 10001111 11011101 110011 100011 0 1101 11011101 111110 1000001

Color Harmonies of #6C8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8FDD

Black with #6C8FDD

Text Example


Text Example

White with #6C8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,143,221); }

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

background-color css

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

 a { background-color: rgb(108,143,221); }

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

border-color css

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

 span { border-color: rgb(108,143,221); }

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