#6AA3CB

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

Shades of Picton Blue #6AA3CB

Tints of Picton Blue #6AA3CB

Color information

#6AA3CB (or 0x6AA3CB) is unknown color: approx Picton Blue. HEX triplet: 6A, A3 and CB. RGB value is (106,163,203). Sum of RGB (Red+Green+Blue) = 106+163+203=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #6AA3CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA3CB is #955C34. Grayscale: #969696. Windows color (decimal): -9788469 or 13345642. OLE color: 13345642.

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

Color convert

RGB106163203-
CMYK0.480.2000.20
HSL204.74º48.26%60.59%-
HSV(B)204.74º47.78%79.61%-
XYZ29.8233.5761.41-
YUV150.52157.6296.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.46%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=22.46%
G=34.53%
B=43.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1061632030.480.2000.20204.7448.2660.59
Hex6AA3CB3014014cd303d
Octal15224331360240243156075
Binary110101010100011110010111100001010001010011001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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