Html Css Color HEX #639ED7 Picton Blue

📋 copy color: '#639ED7'

red 99 ◦ green 158 ◦ blue 215

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

Shades of Picton Blue #639ED7

Tints of Picton Blue #639ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 20.97%
G = 33.47%
B = 45.55%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#639ED7 (or 0x639ED7) is known color: Picton Blue. HEX triplet: 63, 9E and D7. RGB value is (99,158,215). Sum of RGB (Red+Green+Blue) = 99+158+215=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #639ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639ED7 is #9C6128. Grayscale: #929292. Windows color (decimal): -10248489 or 14130787. OLE color: 14130787.

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

Color convert

RGB 99 158 215 -
CMYK 0.54 0.27 0 0.16
HSL 209.48º 0.59% 0.62% -
HSV(B) 209.48º 0.54% 0.84% -
XYZ 29.64 32.01 68.91 -
YUV 146.86 166.45 93.87 -
System Red Green Blue C M Y K H S L
Decimal 99 158 215 0.54 0.27 0 0.16 209.48 0.59 0.62
Hex 63 9E D7 36 1B 0 10 D1 3B 3E
Octal 143 236 327 66 33 0 20 321 73 76
Binary 1100011 10011110 11010111 110110 11011 0 10000 11010001 111011 111110

Color Harmonies of #639ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639ED7

Black with #639ED7

Text Example


Text Example

White with #639ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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