#6AA8CD

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

Shades of Picton Blue #6AA8CD

Tints of Picton Blue #6AA8CD

Color information

#6AA8CD (or 0x6AA8CD) is unknown color: approx Picton Blue. HEX triplet: 6A, A8 and CD. RGB value is (106,168,205). Sum of RGB (Red+Green+Blue) = 106+168+205=479 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.13% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #6AA8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA8CD is #955732. Grayscale: #999999. Windows color (decimal): -9787187 or 13477994. OLE color: 13477994.

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

Color convert

RGB106168205-
CMYK0.480.1800.20
HSL202.42º49.75%60.98%-
HSV(B)202.42º48.29%80.39%-
XYZ30.9735.4862.97-
YUV153.68156.9693.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.13%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 205 (80.47% from 255) = 42.80%
R=22.13%
G=35.07%
B=42.80%

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
Decimal1061682050.480.1800.20202.4249.7560.98
Hex6AA8CD3012014ca323d
Octal15225031560220243126275
Binary110101010101000110011011100001001001010011001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,168,205); }

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

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

 a { background-color: rgb(106,168,205); }

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

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

 span { border-color: rgb(106,168,205); }

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