#6CA1CE

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

Shades of Picton Blue #6CA1CE

Tints of Picton Blue #6CA1CE

Color information

#6CA1CE (or 0x6CA1CE) is unknown color: approx Picton Blue. HEX triplet: 6C, A1 and CE. RGB value is (108,161,206). Sum of RGB (Red+Green+Blue) = 108+161+206=475 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.74% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CA1CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA1CE is #935E31. Grayscale: #969696. Windows color (decimal): -9657906 or 13541740. OLE color: 13541740.

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

Color convert

RGB108161206-
CMYK0.480.2200.19
HSL207.55º50%61.57%-
HSV(B)207.55º47.57%80.78%-
XYZ30.0733.1363.2-
YUV150.28159.4497.84-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.74%
GREEN value IS 161 (63.28% from 255) = 33.89%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=22.74%
G=33.89%
B=43.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1081612060.480.2200.19207.555061.57
Hex6CA1CE3016013d0323e
Octal15424131660260233206276
Binary110110010100001110011101100001011001001111010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,161,206); }

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

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

 a { background-color: rgb(108,161,206); }

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

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

 span { border-color: rgb(108,161,206); }

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