Html Css Color HEX #659ED6 Picton Blue

📋 copy color: '#659ED6'

red 101 ◦ green 158 ◦ blue 214

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

Shades of Picton Blue #659ED6

Tints of Picton Blue #659ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 21.35%
G = 33.4%
B = 45.24%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#659ED6 (or 0x659ED6) is known color: Picton Blue. HEX triplet: 65, 9E and D6. RGB value is (101,158,214). Sum of RGB (Red+Green+Blue) = 101+158+214=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #659ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ED6 is #9A6129. Grayscale: #939393. Windows color (decimal): -10117418 or 14065253. OLE color: 14065253.

HSL color Cylindrical-coordinate representation of color #659ED6: hue angle of 209.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659ED6 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 158 214 -
CMYK 0.53 0.26 0 0.16
HSL 209.73º 0.58% 0.62% -
HSV(B) 209.73º 0.53% 0.84% -
XYZ 29.73 32.08 68.24 -
YUV 147.34 165.62 94.95 -
System Red Green Blue C M Y K H S L
Decimal 101 158 214 0.53 0.26 0 0.16 209.73 0.58 0.62
Hex 65 9E D6 35 1A 0 10 D2 3A 3E
Octal 145 236 326 65 32 0 20 322 72 76
Binary 1100101 10011110 11010110 110101 11010 0 10000 11010010 111010 111110

Color Harmonies of #659ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ED6

Black with #659ED6

Text Example


Text Example

White with #659ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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