#6CA2D1

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

Shades of Picton Blue #6CA2D1

Tints of Picton Blue #6CA2D1

Color information

#6CA2D1 (or 0x6CA2D1) is unknown color: approx Picton Blue. HEX triplet: 6C, A2 and D1. RGB value is (108,162,209). Sum of RGB (Red+Green+Blue) = 108+162+209=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 209 (82.03% from 255 or 43.63% from 479); Max value from RGB is 209 - color contains mainly: blue. Hex color #6CA2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA2D1 is #935D2E. Grayscale: #969696. Windows color (decimal): -9657647 or 13738604. OLE color: 13738604.

HSL color Cylindrical-coordinate representation of color #6CA2D1: hue angle of 207.92º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CA2D1 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB108162209-
CMYK0.480.2200.18
HSL207.92º52.33%62.16%-
HSV(B)207.92º48.33%81.96%-
XYZ30.6133.6365.2-
YUV151.21160.6197.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.55%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 209 (82.03% from 255) = 43.63%
R=22.55%
G=33.82%
B=43.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1081622090.480.2200.18207.9252.3362.16
Hex6CA2D13016012d0343e
Octal15424232160260223206476
Binary110110010100010110100011100001011001001011010000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,162,209); }

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

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

 a { background-color: rgb(108,162,209); }

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

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

 span { border-color: rgb(108,162,209); }

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