#6EA4CD

Color #6EA4CD Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #6EA4CD

Tints of Picton Blue #6EA4CD

Color information

#6EA4CD (or 0x6EA4CD) is unknown color: approx Picton Blue. HEX triplet: 6E, A4 and CD. RGB value is (110,164,205). Sum of RGB (Red+Green+Blue) = 110+164+205=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EA4CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA4CD is #915B32. Grayscale: #989898. Windows color (decimal): -9526067 or 13476974. OLE color: 13476974.

HSL color Cylindrical-coordinate representation of color #6EA4CD: hue angle of 205.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EA4CD is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110164205-
CMYK0.460.200.20
HSL205.89º48.72%61.76%-
HSV(B)205.89º46.34%80.39%-
XYZ30.7334.2762.75-
YUV152.53157.6197.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 164 (64.45% from 255) = 34.24%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=22.96%
G=34.24%
B=42.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101642050.460.200.20205.8948.7261.76
Hex6EA4CD2E14014ce313e
Octal15624431556240243166176
Binary110111010100100110011011011101010001010011001110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,205); }

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

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

 a { background-color: rgb(110,164,205); }

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

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

 span { border-color: rgb(110,164,205); }

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