Html Css Color HEX #639ECC Picton Blue

📋 copy color: '#639ECC'

red 99 ◦ green 158 ◦ blue 204

#639ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #639ECC

Tints of Picton Blue #639ECC

RGB

 RED value IS 99 (39.06% from 255) = 21.48%

 GREEN value IS 158 (62.11% from 255) = 34.27%

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 21.48%
G = 34.27%
B = 44.25%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#639ECC (or 0x639ECC) is known color: Picton Blue. HEX triplet: 63, 9E and CC. RGB value is (99,158,204). Sum of RGB (Red+Green+Blue) = 99+158+204=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #639ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECC is #9C6133. Grayscale: #919191. Windows color (decimal): -10248500 or 13409891. OLE color: 13409891.

HSL color Cylindrical-coordinate representation of color #639ECC: hue angle of 206.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #639ECC is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 158 204 -
CMYK 0.51 0.23 0 0.2
HSL 206.29º 0.51% 0.59% -
HSV(B) 206.29º 0.51% 0.8% -
XYZ 28.27 31.47 61.71 -
YUV 145.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 99 158 204 0.51 0.23 0 0.2 206.29 0.51 0.59
Hex 63 9E CC 33 17 0 14 CE 33 3B
Octal 143 236 314 63 27 0 24 316 63 73
Binary 1100011 10011110 11001100 110011 10111 0 10100 11001110 110011 111011

Color Harmonies of #639ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ECC

Black with #639ECC

Text Example


Text Example

White with #639ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,158,204); }

 H1.HeaderClassName
 {
   color: #639ECC;
 }
 .AnyTagClassName
 {
   color: #639ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(99,158,204); }

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

border-color css

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

 span { border-color: rgb(99,158,204); }

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