#649CCC

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

Shades of Picton Blue #649CCC

Tints of Picton Blue #649CCC

Color information

#649CCC (or 0x649CCC) is unknown color: approx Picton Blue. HEX triplet: 64, 9C and CC. RGB value is (100,156,204). Sum of RGB (Red+Green+Blue) = 100+156+204=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #649CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CCC is #9B6333. Grayscale: #909090. Windows color (decimal): -10183476 or 13409380. OLE color: 13409380.

HSL color Cylindrical-coordinate representation of color #649CCC: hue angle of 207.69º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #649CCC is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100156204-
CMYK0.510.2400.2
HSL207.69º50.49%59.61%-
HSV(B)207.69º50.98%80%-
XYZ28.0430.8561.6-
YUV144.73161.4596.1-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.74%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=21.74%
G=33.91%
B=44.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001562040.510.2400.2207.6950.4959.61
Hex649CCC3318014d0323c
Octal14423431463300243206274
Binary110010010011100110011001100111100001010011010000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649CCC; }

 p { color: rgb(100,156,204); }

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

<style>
 a { background-color: #649CCC; }

 a { background-color: rgb(100,156,204); }

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

<style>
 span { border-color: #649CCC; }

 span { border-color: rgb(100,156,204); }

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