Html Css Color HEX #6695DC Cornflower Blue

📋 copy color: '#6695DC'

red 102 ◦ green 149 ◦ blue 220

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

Shades of Cornflower Blue #6695DC

Tints of Cornflower Blue #6695DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.63%

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

R = 21.66%
G = 31.63%
B = 46.71%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6695DC (or 0x6695DC) is known color: Cornflower Blue. HEX triplet: 66, 95 and DC. RGB value is (102,149,220). Sum of RGB (Red+Green+Blue) = 102+149+220=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6695DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6695DC is #996A23. Grayscale: #8E8E8E. Windows color (decimal): -10054180 or 14456166. OLE color: 14456166.

HSL color Cylindrical-coordinate representation of color #6695DC: hue angle of 216.1º 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 #6695DC is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 149 220 -
CMYK 0.54 0.32 0 0.14
HSL 216.1º 0.63% 0.63% -
HSV(B) 216.1º 0.54% 0.86% -
XYZ 29.15 29.49 71.87 -
YUV 143.04 171.43 98.73 -
System Red Green Blue C M Y K H S L
Decimal 102 149 220 0.54 0.32 0 0.14 216.1 0.63 0.63
Hex 66 95 DC 36 20 0 E D8 3F 3F
Octal 146 225 334 66 40 0 16 330 77 77
Binary 1100110 10010101 11011100 110110 100000 0 1110 11011000 111111 111111

Color Harmonies of #6695DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6695DC

Black with #6695DC

Text Example


Text Example

White with #6695DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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