Html Css Color HEX #639ECA Picton Blue

📋 copy color: '#639ECA'

red 99 ◦ green 158 ◦ blue 202

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

Shades of Picton Blue #639ECA

Tints of Picton Blue #639ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 21.57%
G = 34.42%
B = 44.01%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#639ECA (or 0x639ECA) is known color: Picton Blue. HEX triplet: 63, 9E and CA. RGB value is (99,158,202). Sum of RGB (Red+Green+Blue) = 99+158+202=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #639ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECA is #9C6135. Grayscale: #919191. Windows color (decimal): -10248502 or 13278819. OLE color: 13278819.

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

Color convert

RGB 99 158 202 -
CMYK 0.51 0.22 0 0.21
HSL 205.63º 0.49% 0.59% -
HSV(B) 205.63º 0.51% 0.79% -
XYZ 28.03 31.37 60.45 -
YUV 145.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 99 158 202 0.51 0.22 0 0.21 205.63 0.49 0.59
Hex 63 9E CA 33 16 0 15 CE 31 3B
Octal 143 236 312 63 26 0 25 316 61 73
Binary 1100011 10011110 11001010 110011 10110 0 10101 11001110 110001 111011

Color Harmonies of #639ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ECA

Black with #639ECA

Text Example


Text Example

White with #639ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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