#6A9BC8

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

Shades of Picton Blue #6A9BC8

Tints of Picton Blue #6A9BC8

Color information

#6A9BC8 (or 0x6A9BC8) is unknown color: approx Picton Blue. HEX triplet: 6A, 9B and C8. RGB value is (106,155,200). Sum of RGB (Red+Green+Blue) = 106+155+200=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A9BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A9BC8 is #956437. Grayscale: #919191. Windows color (decimal): -9790520 or 13146986. OLE color: 13146986.

HSL color Cylindrical-coordinate representation of color #6A9BC8: hue angle of 208.72º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A9BC8 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB106155200-
CMYK0.470.2200.22
HSL208.72º46.08%60%-
HSV(B)208.72º47%78.43%-
XYZ28.0930.6859.08-
YUV145.48158.7799.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.99%
GREEN value IS 155 (60.94% from 255) = 33.62%
BLUE value IS 200 (78.52% from 255) = 43.38%
R=22.99%
G=33.62%
B=43.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1061552000.470.2200.22208.7246.0860
Hex6A9BC82F16016d12e3c
Octal15223331057260263215674
Binary110101010011011110010001011111011001011011010001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,155,200); }

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

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

 a { background-color: rgb(106,155,200); }

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

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

 span { border-color: rgb(106,155,200); }

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