#6EA5CD

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

Shades of Picton Blue #6EA5CD

Tints of Picton Blue #6EA5CD

Color information

#6EA5CD (or 0x6EA5CD) is unknown color: approx Picton Blue. HEX triplet: 6E, A5 and CD. RGB value is (110,165,205). Sum of RGB (Red+Green+Blue) = 110+165+205=480 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.92% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EA5CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EA5CD is #915A32. Grayscale: #989898. Windows color (decimal): -9525811 or 13477230. OLE color: 13477230.

HSL color Cylindrical-coordinate representation of color #6EA5CD: hue angle of 205.26º 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 #6EA5CD is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB110165205-
CMYK0.460.2000.20
HSL205.26º48.72%61.76%-
HSV(B)205.26º46.34%80.39%-
XYZ30.934.6362.81-
YUV153.12157.2897.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.92%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=22.92%
G=34.38%
B=42.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1101652050.460.2000.20205.2648.7261.76
Hex6EA5CD2E14014cd313e
Octal15624531556240243156176
Binary110111010100101110011011011101010001010011001101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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