Html Css Color HEX #6697DC Cornflower Blue

📋 copy color: '#6697DC'

red 102 ◦ green 151 ◦ blue 220

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

Shades of Cornflower Blue #6697DC

Tints of Cornflower Blue #6697DC

RGB

 RED value IS 102 (40.23% from 255) = 21.56%

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

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

R = 21.56%
G = 31.92%
B = 46.51%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6697DC (or 0x6697DC) is known color: Cornflower Blue. HEX triplet: 66, 97 and DC. RGB value is (102,151,220). Sum of RGB (Red+Green+Blue) = 102+151+220=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #6697DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6697DC is #996823. Grayscale: #8F8F8F. Windows color (decimal): -10053668 or 14456678. OLE color: 14456678.

HSL color Cylindrical-coordinate representation of color #6697DC: hue angle of 215.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6697DC is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 151 220 -
CMYK 0.54 0.31 0 0.14
HSL 215.08º 0.63% 0.63% -
HSV(B) 215.08º 0.54% 0.86% -
XYZ 29.46 30.13 71.97 -
YUV 144.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 102 151 220 0.54 0.31 0 0.14 215.08 0.63 0.63
Hex 66 97 DC 36 1F 0 E D7 3F 3F
Octal 146 227 334 66 37 0 16 327 77 77
Binary 1100110 10010111 11011100 110110 11111 0 1110 11010111 111111 111111

Color Harmonies of #6697DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6697DC

Black with #6697DC

Text Example


Text Example

White with #6697DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6697DC; }

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

 H1.HeaderClassName
 {
   color: #6697DC;
 }
 .AnyTagClassName
 {
   color: #6697DC;
 }
</style>

background-color css

<style>
 a { background-color: #6697DC; }

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

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

border-color css

<style>
 span { border-color: #6697DC; }

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

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