Html Css Color HEX #639EDD Picton Blue

📋 copy color: '#639EDD'

red 99 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #639EDD

Tints of Picton Blue #639EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 20.71%
G = 33.05%
B = 46.23%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#639EDD (or 0x639EDD) is known color: Picton Blue. HEX triplet: 63, 9E and DD. RGB value is (99,158,221). Sum of RGB (Red+Green+Blue) = 99+158+221=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #639EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EDD is #9C6122. Grayscale: #939393. Windows color (decimal): -10248483 or 14524003. OLE color: 14524003.

HSL color Cylindrical-coordinate representation of color #639EDD: hue angle of 210.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639EDD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 158 221 -
CMYK 0.55 0.29 0 0.13
HSL 210.98º 0.64% 0.63% -
HSV(B) 210.98º 0.55% 0.87% -
XYZ 30.42 32.33 73.04 -
YUV 147.54 169.45 93.38 -
System Red Green Blue C M Y K H S L
Decimal 99 158 221 0.55 0.29 0 0.13 210.98 0.64 0.63
Hex 63 9E DD 37 1D 0 D D3 40 3F
Octal 143 236 335 67 35 0 15 323 100 77
Binary 1100011 10011110 11011101 110111 11101 0 1101 11010011 1000000 111111

Color Harmonies of #639EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EDD

Black with #639EDD

Text Example


Text Example

White with #639EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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