Html Css Color HEX #659DDC Picton Blue

📋 copy color: '#659DDC'

red 101 ◦ green 157 ◦ blue 220

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

Shades of Picton Blue #659DDC

Tints of Picton Blue #659DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.85%

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

R = 21.13%
G = 32.85%
B = 46.03%

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

#659DDC (or 0x659DDC) is known color: Picton Blue. HEX triplet: 65, 9D and DC. RGB value is (101,157,220). Sum of RGB (Red+Green+Blue) = 101+157+220=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #659DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DDC is #9A6223. Grayscale: #939393. Windows color (decimal): -10117668 or 14458213. OLE color: 14458213.

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

Color convert

RGB 101 157 220 -
CMYK 0.54 0.29 0 0.14
HSL 211.76º 0.63% 0.63% -
HSV(B) 211.76º 0.54% 0.86% -
XYZ 30.34 32.05 72.3 -
YUV 147.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 101 157 220 0.54 0.29 0 0.14 211.76 0.63 0.63
Hex 65 9D DC 36 1D 0 E D4 3F 3F
Octal 145 235 334 66 35 0 16 324 77 77
Binary 1100101 10011101 11011100 110110 11101 0 1110 11010100 111111 111111

Color Harmonies of #659DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DDC

Black with #659DDC

Text Example


Text Example

White with #659DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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