#6B9BCA

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

Shades of Picton Blue #6B9BCA

Tints of Picton Blue #6B9BCA

Color information

#6B9BCA (or 0x6B9BCA) is unknown color: approx Picton Blue. HEX triplet: 6B, 9B and CA. RGB value is (107,155,202). Sum of RGB (Red+Green+Blue) = 107+155+202=464 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.06% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9BCA is #946435. Grayscale: #919191. Windows color (decimal): -9724982 or 13278059. OLE color: 13278059.

HSL color Cylindrical-coordinate representation of color #6B9BCA: hue angle of 209.68º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B9BCA is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107155202-
CMYK0.470.2300.21
HSL209.68º47.26%60.59%-
HSV(B)209.68º47.03%79.22%-
XYZ28.4530.8360.33-
YUV146.01159.6100.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.06%
GREEN value IS 155 (60.94% from 255) = 33.41%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=23.06%
G=33.41%
B=43.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071552020.470.2300.21209.6847.2660.59
Hex6B9BCA2F17015d22f3d
Octal15323331257270253225775
Binary110101110011011110010101011111011101010111010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,155,202); }

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

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

 a { background-color: rgb(107,155,202); }

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

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

 span { border-color: rgb(107,155,202); }

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