Html Css Color HEX #6C8CDC Cornflower Blue

📋 copy color: '#6C8CDC'

red 108 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #6C8CDC

Tints of Cornflower Blue #6C8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

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

R = 23.08%
G = 29.91%
B = 47.01%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C8CDC (or 0x6C8CDC) is known color: Cornflower Blue. HEX triplet: 6C, 8C and DC. RGB value is (108,140,220). Sum of RGB (Red+Green+Blue) = 108+140+220=468 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.08% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8CDC is #937323. Grayscale: #8B8B8B. Windows color (decimal): -9663268 or 14453868. OLE color: 14453868.

HSL color Cylindrical-coordinate representation of color #6C8CDC: hue angle of 222.86º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C8CDC is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 140 220 -
CMYK 0.51 0.36 0 0.14
HSL 222.86º 0.62% 0.64% -
HSV(B) 222.86º 0.51% 0.86% -
XYZ 28.48 27.11 71.44 -
YUV 139.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 108 140 220 0.51 0.36 0 0.14 222.86 0.62 0.64
Hex 6C 8C DC 33 24 0 E DF 3E 40
Octal 154 214 334 63 44 0 16 337 76 100
Binary 1101100 10001100 11011100 110011 100100 0 1110 11011111 111110 1000000

Color Harmonies of #6C8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8CDC

Black with #6C8CDC

Text Example


Text Example

White with #6C8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,140,220); }

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

background-color css

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

 a { background-color: rgb(108,140,220); }

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

border-color css

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

 span { border-color: rgb(108,140,220); }

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