#6B9CCA

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

Shades of Picton Blue #6B9CCA

Tints of Picton Blue #6B9CCA

Color information

#6B9CCA (or 0x6B9CCA) is unknown color: approx Picton Blue. HEX triplet: 6B, 9C and CA. RGB value is (107,156,202). Sum of RGB (Red+Green+Blue) = 107+156+202=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B9CCA is #946335. Grayscale: #929292. Windows color (decimal): -9724726 or 13278315. OLE color: 13278315.

HSL color Cylindrical-coordinate representation of color #6B9CCA: hue angle of 209.05º 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 #6B9CCA is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107156202-
CMYK0.470.2300.21
HSL209.05º47.26%60.59%-
HSV(B)209.05º47.03%79.22%-
XYZ28.6131.1760.38-
YUV146.59159.2799.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 23.01%
GREEN value IS 156 (61.33% from 255) = 33.55%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=23.01%
G=33.55%
B=43.44%

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
Decimal1071562020.470.2300.21209.0547.2660.59
Hex6B9CCA2F17015d12f3d
Octal15323431257270253215775
Binary110101110011100110010101011111011101010111010001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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