Html Css Color HEX #639DD8 Picton Blue

📋 copy color: '#639DD8'

red 99 ◦ green 157 ◦ blue 216

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

Shades of Picton Blue #639DD8

Tints of Picton Blue #639DD8

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.26%

 BLUE value IS 216 (84.77% from 255) = 45.76%

R = 20.97%
G = 33.26%
B = 45.76%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#639DD8 (or 0x639DD8) is known color: Picton Blue. HEX triplet: 63, 9D and D8. RGB value is (99,157,216). Sum of RGB (Red+Green+Blue) = 99+157+216=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #639DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DD8 is #9C6227. Grayscale: #929292. Windows color (decimal): -10248744 or 14196067. OLE color: 14196067.

HSL color Cylindrical-coordinate representation of color #639DD8: hue angle of 210.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639DD8 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 99 157 216 -
CMYK 0.54 0.27 0 0.15
HSL 210.26º 0.6% 0.62% -
HSV(B) 210.26º 0.54% 0.85% -
XYZ 29.6 31.72 69.53 -
YUV 146.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 99 157 216 0.54 0.27 0 0.15 210.26 0.6 0.62
Hex 63 9D D8 36 1B 0 F D2 3C 3E
Octal 143 235 330 66 33 0 17 322 74 76
Binary 1100011 10011101 11011000 110110 11011 0 1111 11010010 111100 111110

Color Harmonies of #639DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639DD8

Black with #639DD8

Text Example


Text Example

White with #639DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,157,216); }

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

background-color css

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

 a { background-color: rgb(99,157,216); }

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

border-color css

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

 span { border-color: rgb(99,157,216); }

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