Html Css Color HEX #659ED8 Picton Blue

📋 copy color: '#659ED8'

red 101 ◦ green 158 ◦ blue 216

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

Shades of Picton Blue #659ED8

Tints of Picton Blue #659ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.47%

R = 21.26%
G = 33.26%
B = 45.47%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#659ED8 (or 0x659ED8) is known color: Picton Blue. HEX triplet: 65, 9E and D8. RGB value is (101,158,216). Sum of RGB (Red+Green+Blue) = 101+158+216=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #659ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ED8 is #9A6127. Grayscale: #939393. Windows color (decimal): -10117416 or 14196325. OLE color: 14196325.

HSL color Cylindrical-coordinate representation of color #659ED8: hue angle of 210.26º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659ED8 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 158 216 -
CMYK 0.53 0.27 0 0.15
HSL 210.26º 0.6% 0.62% -
HSV(B) 210.26º 0.53% 0.85% -
XYZ 29.99 32.18 69.6 -
YUV 147.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 101 158 216 0.53 0.27 0 0.15 210.26 0.6 0.62
Hex 65 9E D8 35 1B 0 F D2 3C 3E
Octal 145 236 330 65 33 0 17 322 74 76
Binary 1100101 10011110 11011000 110101 11011 0 1111 11010010 111100 111110

Color Harmonies of #659ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ED8

Black with #659ED8

Text Example


Text Example

White with #659ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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