Html Css Color HEX #639DDE Picton Blue

📋 copy color: '#639DDE'

red 99 ◦ green 157 ◦ blue 222

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

Shades of Picton Blue #639DDE

Tints of Picton Blue #639DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.44%

R = 20.71%
G = 32.85%
B = 46.44%

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

#639DDE (or 0x639DDE) is known color: Picton Blue. HEX triplet: 63, 9D and DE. RGB value is (99,157,222). Sum of RGB (Red+Green+Blue) = 99+157+222=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #639DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639DDE is #9C6221. Grayscale: #929292. Windows color (decimal): -10248738 or 14589283. OLE color: 14589283.

HSL color Cylindrical-coordinate representation of color #639DDE: hue angle of 211.71º degrees, saturation: 0.65, 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 #639DDE is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 157 222 -
CMYK 0.55 0.29 0 0.13
HSL 211.71º 0.65% 0.63% -
HSV(B) 211.71º 0.55% 0.87% -
XYZ 30.39 32.04 73.69 -
YUV 147.07 170.28 93.71 -
System Red Green Blue C M Y K H S L
Decimal 99 157 222 0.55 0.29 0 0.13 211.71 0.65 0.63
Hex 63 9D DE 37 1D 0 D D4 41 3F
Octal 143 235 336 67 35 0 15 324 101 77
Binary 1100011 10011101 11011110 110111 11101 0 1101 11010100 1000001 111111

Color Harmonies of #639DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639DDE

Black with #639DDE

Text Example


Text Example

White with #639DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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