Html Css Color HEX #639EDA Picton Blue

📋 copy color: '#639EDA'

red 99 ◦ green 158 ◦ blue 218

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

Shades of Picton Blue #639EDA

Tints of Picton Blue #639EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 20.84%
G = 33.26%
B = 45.89%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#639EDA (or 0x639EDA) is known color: Picton Blue. HEX triplet: 63, 9E and DA. RGB value is (99,158,218). Sum of RGB (Red+Green+Blue) = 99+158+218=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #639EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #639EDA is #9C6125. Grayscale: #929292. Windows color (decimal): -10248486 or 14327395. OLE color: 14327395.

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

Color convert

RGB 99 158 218 -
CMYK 0.55 0.28 0 0.15
HSL 210.25º 0.62% 0.62% -
HSV(B) 210.25º 0.55% 0.85% -
XYZ 30.03 32.17 70.96 -
YUV 147.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 99 158 218 0.55 0.28 0 0.15 210.25 0.62 0.62
Hex 63 9E DA 37 1C 0 F D2 3E 3E
Octal 143 236 332 67 34 0 17 322 76 76
Binary 1100011 10011110 11011010 110111 11100 0 1111 11010010 111110 111110

Color Harmonies of #639EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639EDA

Black with #639EDA

Text Example


Text Example

White with #639EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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