Html Css Color HEX #639EDC Picton Blue

📋 copy color: '#639EDC'

red 99 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #639EDC

Tints of Picton Blue #639EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.12%

R = 20.75%
G = 33.12%
B = 46.12%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#639EDC (or 0x639EDC) is known color: Picton Blue. HEX triplet: 63, 9E and DC. RGB value is (99,158,220). Sum of RGB (Red+Green+Blue) = 99+158+220=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #639EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EDC is #9C6123. Grayscale: #939393. Windows color (decimal): -10248484 or 14458467. OLE color: 14458467.

HSL color Cylindrical-coordinate representation of color #639EDC: hue angle of 210.74º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #639EDC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 158 220 -
CMYK 0.55 0.28 0 0.14
HSL 210.74º 0.63% 0.63% -
HSV(B) 210.74º 0.55% 0.86% -
XYZ 30.29 32.27 72.34 -
YUV 147.43 168.95 93.46 -
System Red Green Blue C M Y K H S L
Decimal 99 158 220 0.55 0.28 0 0.14 210.74 0.63 0.63
Hex 63 9E DC 37 1C 0 E D3 3F 3F
Octal 143 236 334 67 34 0 16 323 77 77
Binary 1100011 10011110 11011100 110111 11100 0 1110 11010011 111111 111111

Color Harmonies of #639EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EDC

Black with #639EDC

Text Example


Text Example

White with #639EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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