#6C99CA

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

Shades of Picton Blue #6C99CA

Tints of Picton Blue #6C99CA

Color information

#6C99CA (or 0x6C99CA) is unknown color: approx Picton Blue. HEX triplet: 6C, 99 and CA. RGB value is (108,153,202). Sum of RGB (Red+Green+Blue) = 108+153+202=463 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.33% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C99CA is #936635. Grayscale: #909090. Windows color (decimal): -9659958 or 13277548. OLE color: 13277548.

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

Color convert

RGB108153202-
CMYK0.470.2400.21
HSL211.28º47%60.78%-
HSV(B)211.28º46.53%79.22%-
XYZ28.2430.2360.22-
YUV145.13160.09101.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.33%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=23.33%
G=33.05%
B=43.63%

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
Decimal1081532020.470.2400.21211.284760.78
Hex6C99CA2F18015d32f3d
Octal15423131257300253235775
Binary110110010011001110010101011111100001010111010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C99CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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