#6C9ACA

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

Shades of Picton Blue #6C9ACA

Tints of Picton Blue #6C9ACA

Color information

#6C9ACA (or 0x6C9ACA) is unknown color: approx Picton Blue. HEX triplet: 6C, 9A and CA. RGB value is (108,154,202). Sum of RGB (Red+Green+Blue) = 108+154+202=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 154 (60.55% from 255 or 33.19% 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 #6C9ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9ACA is #936535. Grayscale: #919191. Windows color (decimal): -9659702 or 13277804. OLE color: 13277804.

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

Color convert

RGB108154202-
CMYK0.470.2400.21
HSL210.64º47%60.78%-
HSV(B)210.64º46.53%79.22%-
XYZ28.430.5660.28-
YUV145.72159.76101.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.28%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=23.28%
G=33.19%
B=43.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1081542020.470.2400.21210.644760.78
Hex6C9ACA2F18015d32f3d
Octal15423231257300253235775
Binary110110010011010110010101011111100001010111010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,154,202); }

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

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

 a { background-color: rgb(108,154,202); }

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

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

 span { border-color: rgb(108,154,202); }

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