Html Css Color HEX #659CDB Picton Blue

📋 copy color: '#659CDB'

red 101 ◦ green 156 ◦ blue 219

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

Shades of Picton Blue #659CDB

Tints of Picton Blue #659CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 21.22%
G = 32.77%
B = 46.01%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#659CDB (or 0x659CDB) is known color: Picton Blue. HEX triplet: 65, 9C and DB. RGB value is (101,156,219). Sum of RGB (Red+Green+Blue) = 101+156+219=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #659CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CDB is #9A6324. Grayscale: #929292. Windows color (decimal): -10117925 or 14392421. OLE color: 14392421.

HSL color Cylindrical-coordinate representation of color #659CDB: hue angle of 212.03º 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 #659CDB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 156 219 -
CMYK 0.54 0.29 0 0.14
HSL 212.03º 0.62% 0.63% -
HSV(B) 212.03º 0.54% 0.86% -
XYZ 30.04 31.66 71.55 -
YUV 146.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 101 156 219 0.54 0.29 0 0.14 212.03 0.62 0.63
Hex 65 9C DB 36 1D 0 E D4 3E 3F
Octal 145 234 333 66 35 0 16 324 76 77
Binary 1100101 10011100 11011011 110110 11101 0 1110 11010100 111110 111111

Color Harmonies of #659CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659CDB

Black with #659CDB

Text Example


Text Example

White with #659CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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