Html Css Color HEX #6C97DC Cornflower Blue

📋 copy color: '#6C97DC'

red 108 ◦ green 151 ◦ blue 220

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

Shades of Cornflower Blue #6C97DC

Tints of Cornflower Blue #6C97DC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.52%

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

R = 22.55%
G = 31.52%
B = 45.93%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6C97DC (or 0x6C97DC) is known color: Cornflower Blue. HEX triplet: 6C, 97 and DC. RGB value is (108,151,220). Sum of RGB (Red+Green+Blue) = 108+151+220=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 151 (59.38% from 255 or 31.52% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C97DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C97DC is #936823. Grayscale: #919191. Windows color (decimal): -9660452 or 14456684. OLE color: 14456684.

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

Color convert

RGB 108 151 220 -
CMYK 0.51 0.31 0 0.14
HSL 216.96º 0.62% 0.64% -
HSV(B) 216.96º 0.51% 0.86% -
XYZ 30.17 30.49 72 -
YUV 146.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 108 151 220 0.51 0.31 0 0.14 216.96 0.62 0.64
Hex 6C 97 DC 33 1F 0 E D9 3E 40
Octal 154 227 334 63 37 0 16 331 76 100
Binary 1101100 10010111 11011100 110011 11111 0 1110 11011001 111110 1000000

Color Harmonies of #6C97DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C97DC

Black with #6C97DC

Text Example


Text Example

White with #6C97DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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