Html Css Color HEX #639DD5 Picton Blue

📋 copy color: '#639DD5'

red 99 ◦ green 157 ◦ blue 213

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

Shades of Picton Blue #639DD5

Tints of Picton Blue #639DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 21.11%
G = 33.48%
B = 45.42%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#639DD5 (or 0x639DD5) is known color: Picton Blue. HEX triplet: 63, 9D and D5. RGB value is (99,157,213). Sum of RGB (Red+Green+Blue) = 99+157+213=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #639DD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DD5 is #9C622A. Grayscale: #919191. Windows color (decimal): -10248747 or 13999459. OLE color: 13999459.

HSL color Cylindrical-coordinate representation of color #639DD5: hue angle of 209.47º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #639DD5 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 157 213 -
CMYK 0.54 0.26 0 0.16
HSL 209.47º 0.58% 0.61% -
HSV(B) 209.47º 0.54% 0.84% -
XYZ 29.21 31.57 67.5 -
YUV 146.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 99 157 213 0.54 0.26 0 0.16 209.47 0.58 0.61
Hex 63 9D D5 36 1A 0 10 D1 3A 3D
Octal 143 235 325 66 32 0 20 321 72 75
Binary 1100011 10011101 11010101 110110 11010 0 10000 11010001 111010 111101

Color Harmonies of #639DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639DD5

Black with #639DD5

Text Example


Text Example

White with #639DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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