Html Css Color HEX #6C9ADC Cornflower Blue

📋 copy color: '#6C9ADC'

red 108 ◦ green 154 ◦ blue 220

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

Shades of Cornflower Blue #6C9ADC

Tints of Cornflower Blue #6C9ADC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.95%

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

R = 22.41%
G = 31.95%
B = 45.64%

CMYK

 C value IS 0.51

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C9ADC (or 0x6C9ADC) is known color: Cornflower Blue. HEX triplet: 6C, 9A and DC. RGB value is (108,154,220). Sum of RGB (Red+Green+Blue) = 108+154+220=482 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.41% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C9ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ADC is #936523. Grayscale: #939393. Windows color (decimal): -9659684 or 14457452. OLE color: 14457452.

HSL color Cylindrical-coordinate representation of color #6C9ADC: hue angle of 215.36º 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 #6C9ADC is Cyan = 0.51, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 108 154 220 -
CMYK 0.51 0.3 0 0.14
HSL 215.36º 0.62% 0.64% -
HSV(B) 215.36º 0.51% 0.86% -
XYZ 30.66 31.47 72.17 -
YUV 147.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 108 154 220 0.51 0.3 0 0.14 215.36 0.62 0.64
Hex 6C 9A DC 33 1E 0 E D7 3E 40
Octal 154 232 334 63 36 0 16 327 76 100
Binary 1101100 10011010 11011100 110011 11110 0 1110 11010111 111110 1000000

Color Harmonies of #6C9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C9ADC

Black with #6C9ADC

Text Example


Text Example

White with #6C9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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