Html Css Color HEX #659EDC Picton Blue

📋 copy color: '#659EDC'

red 101 ◦ green 158 ◦ blue 220

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

Shades of Picton Blue #659EDC

Tints of Picton Blue #659EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 21.09%
G = 32.99%
B = 45.93%

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

#659EDC (or 0x659EDC) is known color: Picton Blue. HEX triplet: 65, 9E and DC. RGB value is (101,158,220). Sum of RGB (Red+Green+Blue) = 101+158+220=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #659EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EDC is #9A6123. Grayscale: #939393. Windows color (decimal): -10117412 or 14458469. OLE color: 14458469.

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

Color convert

RGB 101 158 220 -
CMYK 0.54 0.28 0 0.14
HSL 211.26º 0.63% 0.63% -
HSV(B) 211.26º 0.54% 0.86% -
XYZ 30.51 32.39 72.35 -
YUV 148.03 168.62 94.46 -
System Red Green Blue C M Y K H S L
Decimal 101 158 220 0.54 0.28 0 0.14 211.26 0.63 0.63
Hex 65 9E DC 36 1C 0 E D3 3F 3F
Octal 145 236 334 66 34 0 16 323 77 77
Binary 1100101 10011110 11011100 110110 11100 0 1110 11010011 111111 111111

Color Harmonies of #659EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EDC

Black with #659EDC

Text Example


Text Example

White with #659EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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