#639BC9

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

Shades of Picton Blue #639BC9

Tints of Picton Blue #639BC9

Color information

#639BC9 (or 0x639BC9) is unknown color: approx Picton Blue. HEX triplet: 63, 9B and C9. RGB value is (99,155,201). Sum of RGB (Red+Green+Blue) = 99+155+201=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #639BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639BC9 is #9C6436. Grayscale: #8F8F8F. Windows color (decimal): -10249271 or 13212515. OLE color: 13212515.

HSL color Cylindrical-coordinate representation of color #639BC9: hue angle of 207.06º 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 #639BC9 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB99155201-
CMYK0.510.2300.21
HSL207.06º48.57%58.82%-
HSV(B)207.06º50.75%78.82%-
XYZ27.4130.3159.66-
YUV143.5160.4596.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.76%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 201 (78.91% from 255) = 44.18%
R=21.76%
G=34.07%
B=44.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal991552010.510.2300.21207.0648.5758.82
Hex639BC93317015cf313b
Octal14323331163270253176173
Binary110001110011011110010011100111011101010111001111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,155,201); }

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

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

 a { background-color: rgb(99,155,201); }

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

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

 span { border-color: rgb(99,155,201); }

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