#6CA7CB

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

Shades of Picton Blue #6CA7CB

Tints of Picton Blue #6CA7CB

Color information

#6CA7CB (or 0x6CA7CB) is unknown color: approx Picton Blue. HEX triplet: 6C, A7 and CB. RGB value is (108,167,203). Sum of RGB (Red+Green+Blue) = 108+167+203=478 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.59% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #6CA7CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CA7CB is #935834. Grayscale: #999999. Windows color (decimal): -9656373 or 13346668. OLE color: 13346668.

HSL color Cylindrical-coordinate representation of color #6CA7CB: hue angle of 202.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6CA7CB is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB108167203-
CMYK0.470.1800.20
HSL202.74º47.74%60.98%-
HSV(B)202.74º46.8%79.61%-
XYZ30.7835.1461.66-
YUV153.46155.9595.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.59%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 203 (79.69% from 255) = 42.47%
R=22.59%
G=34.94%
B=42.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1081672030.470.1800.20202.7447.7460.98
Hex6CA7CB2F12014cb303d
Octal15424731357220243136075
Binary110110010100111110010111011111001001010011001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,167,203); }

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

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

 a { background-color: rgb(108,167,203); }

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

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

 span { border-color: rgb(108,167,203); }

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