Html Css Color HEX #639ECE Picton Blue

📋 copy color: '#639ECE'

red 99 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #639ECE

Tints of Picton Blue #639ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 21.38%
G = 34.13%
B = 44.49%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#639ECE (or 0x639ECE) is known color: Picton Blue. HEX triplet: 63, 9E and CE. RGB value is (99,158,206). Sum of RGB (Red+Green+Blue) = 99+158+206=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #639ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECE is #9C6131. Grayscale: #919191. Windows color (decimal): -10248498 or 13540963. OLE color: 13540963.

HSL color Cylindrical-coordinate representation of color #639ECE: hue angle of 206.92º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #639ECE is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 158 206 -
CMYK 0.52 0.23 0 0.19
HSL 206.92º 0.52% 0.6% -
HSV(B) 206.92º 0.52% 0.81% -
XYZ 28.51 31.56 62.98 -
YUV 145.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 99 158 206 0.52 0.23 0 0.19 206.92 0.52 0.6
Hex 63 9E CE 34 17 0 13 CF 34 3C
Octal 143 236 316 64 27 0 23 317 64 74
Binary 1100011 10011110 11001110 110100 10111 0 10011 11001111 110100 111100

Color Harmonies of #639ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ECE

Black with #639ECE

Text Example


Text Example

White with #639ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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