#6695EA

Color #6695EA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6695EA

Tints of Cornflower Blue #6695EA

Color information

#6695EA (or 0x6695EA) is unknown color: approx Cornflower Blue. HEX triplet: 66, 95 and EA. RGB value is (102,149,234). Sum of RGB (Red+Green+Blue) = 102+149+234=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #6695EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6695EA is #996A15. Grayscale: #909090. Windows color (decimal): -10054166 or 15373670. OLE color: 15373670.

HSL color Cylindrical-coordinate representation of color #6695EA: hue angle of 218.64º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6695EA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB102149234-
CMYK0.560.3600.08
HSL218.64º75.86%65.88%-
HSV(B)218.64º56.41%91.76%-
XYZ31.0830.2682.04-
YUV144.64178.4397.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.03%
GREEN value IS 149 (58.59% from 255) = 30.72%
BLUE value IS 234 (91.80% from 255) = 48.25%
R=21.03%
G=30.72%
B=48.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1021492340.560.3600.08218.6475.8665.88
Hex6695EA382408db4c42
Octal1462253527044010333114102
Binary11001101001010111101010111000100100010001101101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6695EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6695EA;
 }
 .AnyTagClassName
 {
   color: #6695EA;
 }
</style>
background-color css

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

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

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

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

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

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