#639ACA

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

Shades of Picton Blue #639ACA

Tints of Picton Blue #639ACA

Color information

#639ACA (or 0x639ACA) is unknown color: approx Picton Blue. HEX triplet: 63, 9A and CA. RGB value is (99,154,202). Sum of RGB (Red+Green+Blue) = 99+154+202=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 154 (60.55% from 255 or 33.85% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #639ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ACA is #9C6535. Grayscale: #8E8E8E. Windows color (decimal): -10249526 or 13277795. OLE color: 13277795.

HSL color Cylindrical-coordinate representation of color #639ACA: hue angle of 207.96º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639ACA is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99154202-
CMYK0.510.2400.21
HSL207.96º49.28%59.02%-
HSV(B)207.96º50.99%79.22%-
XYZ27.3630.0360.23-
YUV143.03161.2896.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 154 (60.55% from 255) = 33.85%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=21.76%
G=33.85%
B=44.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991542020.510.2400.21207.9649.2859.02
Hex639ACA3318015d0313b
Octal14323231263300253206173
Binary110001110011010110010101100111100001010111010000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639ACA; }

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

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

<style>
 a { background-color: #639ACA; }

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

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

<style>
 span { border-color: #639ACA; }

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

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