#639DD4

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

Shades of Picton Blue #639DD4

Tints of Picton Blue #639DD4

Color information

#639DD4 (or 0x639DD4) is unknown color: approx Picton Blue. HEX triplet: 63, 9D and D4. RGB value is (99,157,212). Sum of RGB (Red+Green+Blue) = 99+157+212=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #639DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DD4 is #9C622B. Grayscale: #919191. Windows color (decimal): -10248748 or 13933923. OLE color: 13933923.

HSL color Cylindrical-coordinate representation of color #639DD4: hue angle of 209.2º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #639DD4 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB99157212-
CMYK0.530.2600.17
HSL209.2º56.78%60.98%-
HSV(B)209.2º53.3%83.14%-
XYZ29.0931.5266.84-
YUV145.93165.2894.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.15%
GREEN value IS 157 (61.72% from 255) = 33.55%
BLUE value IS 212 (83.20% from 255) = 45.30%
R=21.15%
G=33.55%
B=45.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal991572120.530.2600.17209.256.7860.98
Hex639DD4351A011d1393d
Octal14323532465320213217175
Binary110001110011101110101001101011101001000111010001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,157,212); }

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

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

 a { background-color: rgb(99,157,212); }

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

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

 span { border-color: rgb(99,157,212); }

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