#6BA9CE

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

Shades of Picton Blue #6BA9CE

Tints of Picton Blue #6BA9CE

Color information

#6BA9CE (or 0x6BA9CE) is unknown color: approx Picton Blue. HEX triplet: 6B, A9 and CE. RGB value is (107,169,206). Sum of RGB (Red+Green+Blue) = 107+169+206=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #6BA9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA9CE is #945631. Grayscale: #9A9A9A. Windows color (decimal): -9721394 or 13543787. OLE color: 13543787.

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

Color convert

RGB107169206-
CMYK0.480.1800.19
HSL202.42º50.25%61.37%-
HSV(B)202.42º48.06%80.78%-
XYZ31.3935.9663.68-
YUV154.68156.9693.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.20%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 206 (80.86% from 255) = 42.74%
R=22.20%
G=35.06%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1071692060.480.1800.19202.4250.2561.37
Hex6BA9CE3012013ca323d
Octal15325131660220233126275
Binary110101110101001110011101100001001001001111001010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BA9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,169,206); }

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

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

 a { background-color: rgb(107,169,206); }

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

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

 span { border-color: rgb(107,169,206); }

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