Html Css Color HEX #639ECB Picton Blue

📋 copy color: '#639ECB'

red 99 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #639ECB

Tints of Picton Blue #639ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.13%

R = 21.52%
G = 34.35%
B = 44.13%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#639ECB (or 0x639ECB) is known color: Picton Blue. HEX triplet: 63, 9E and CB. RGB value is (99,158,203). Sum of RGB (Red+Green+Blue) = 99+158+203=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #639ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ECB is #9C6134. Grayscale: #919191. Windows color (decimal): -10248501 or 13344355. OLE color: 13344355.

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

Color convert

RGB 99 158 203 -
CMYK 0.51 0.22 0 0.20
HSL 205.96º 0.5% 0.59% -
HSV(B) 205.96º 0.51% 0.8% -
XYZ 28.15 31.42 61.08 -
YUV 145.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 99 158 203 0.51 0.22 0 0.20 205.96 0.5 0.59
Hex 63 9E CB 33 16 0 14 CE 32 3B
Octal 143 236 313 63 26 0 24 316 62 73
Binary 1100011 10011110 11001011 110011 10110 0 10100 11001110 110010 111011

Color Harmonies of #639ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ECB

Black with #639ECB

Text Example


Text Example

White with #639ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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