Html Css Color HEX #659EDA Picton Blue

📋 copy color: '#659EDA'

red 101 ◦ green 158 ◦ blue 218

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

Shades of Picton Blue #659EDA

Tints of Picton Blue #659EDA

RGB

 RED value IS 101 (39.84% from 255) = 21.17%

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

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

R = 21.17%
G = 33.12%
B = 45.7%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#659EDA (or 0x659EDA) is known color: Picton Blue. HEX triplet: 65, 9E and DA. RGB value is (101,158,218). Sum of RGB (Red+Green+Blue) = 101+158+218=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #659EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EDA is #9A6125. Grayscale: #939393. Windows color (decimal): -10117414 or 14327397. OLE color: 14327397.

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

Color convert

RGB 101 158 218 -
CMYK 0.54 0.28 0 0.15
HSL 210.77º 0.61% 0.63% -
HSV(B) 210.77º 0.54% 0.85% -
XYZ 30.25 32.28 70.97 -
YUV 147.8 167.62 94.62 -
System Red Green Blue C M Y K H S L
Decimal 101 158 218 0.54 0.28 0 0.15 210.77 0.61 0.63
Hex 65 9E DA 36 1C 0 F D3 3D 3F
Octal 145 236 332 66 34 0 17 323 75 77
Binary 1100101 10011110 11011010 110110 11100 0 1111 11010011 111101 111111

Color Harmonies of #659EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EDA

Black with #659EDA

Text Example


Text Example

White with #659EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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