#6AA6CB

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

Shades of Picton Blue #6AA6CB

Tints of Picton Blue #6AA6CB

Color information

#6AA6CB (or 0x6AA6CB) is unknown color: approx Picton Blue. HEX triplet: 6A, A6 and CB. RGB value is (106,166,203). Sum of RGB (Red+Green+Blue) = 106+166+203=475 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.32% from 475); Green value is 166 (65.23% from 255 or 34.95% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AA6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA6CB is #955934. Grayscale: #989898. Windows color (decimal): -9787701 or 13346410. OLE color: 13346410.

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

Color convert

RGB106166203-
CMYK0.480.1800.20
HSL202.89º48.26%60.59%-
HSV(B)202.89º47.78%79.61%-
XYZ30.3634.6561.59-
YUV152.28156.6294.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.32%
GREEN value IS 166 (65.23% from 255) = 34.95%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=22.32%
G=34.95%
B=42.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061662030.480.1800.20202.8948.2660.59
Hex6AA6CB3012014cb303d
Octal15224631360220243136075
Binary110101010100110110010111100001001001010011001011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,166,203); }

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

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

 a { background-color: rgb(106,166,203); }

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

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

 span { border-color: rgb(106,166,203); }

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