Html Css Color HEX #659EDB Picton Blue

📋 copy color: '#659EDB'

red 101 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #659EDB

Tints of Picton Blue #659EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 21.13%
G = 33.05%
B = 45.82%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#659EDB (or 0x659EDB) is known color: Picton Blue. HEX triplet: 65, 9E and DB. RGB value is (101,158,219). Sum of RGB (Red+Green+Blue) = 101+158+219=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #659EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EDB is #9A6124. Grayscale: #939393. Windows color (decimal): -10117413 or 14392933. OLE color: 14392933.

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

Color convert

RGB 101 158 219 -
CMYK 0.54 0.28 0 0.14
HSL 211.02º 0.62% 0.63% -
HSV(B) 211.02º 0.54% 0.86% -
XYZ 30.38 32.33 71.66 -
YUV 147.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 101 158 219 0.54 0.28 0 0.14 211.02 0.62 0.63
Hex 65 9E DB 36 1C 0 E D3 3E 3F
Octal 145 236 333 66 34 0 16 323 76 77
Binary 1100101 10011110 11011011 110110 11100 0 1110 11010011 111110 111111

Color Harmonies of #659EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EDB

Black with #659EDB

Text Example


Text Example

White with #659EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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