Html Css Color HEX #659CDC Picton Blue

📋 copy color: '#659CDC'

red 101 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #659CDC

Tints of Picton Blue #659CDC

RGB

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

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

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

R = 21.17%
G = 32.7%
B = 46.12%

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

#659CDC (or 0x659CDC) is known color: Picton Blue. HEX triplet: 65, 9C and DC. RGB value is (101,156,220). Sum of RGB (Red+Green+Blue) = 101+156+220=477 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.17% from 477); Green value is 156 (61.33% from 255 or 32.70% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #659CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659CDC is #9A6323. Grayscale: #929292. Windows color (decimal): -10117924 or 14457957. OLE color: 14457957.

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

Color convert

RGB 101 156 220 -
CMYK 0.54 0.29 0 0.14
HSL 212.27º 0.63% 0.63% -
HSV(B) 212.27º 0.54% 0.86% -
XYZ 30.17 31.71 72.24 -
YUV 146.85 169.28 95.3 -
System Red Green Blue C M Y K H S L
Decimal 101 156 220 0.54 0.29 0 0.14 212.27 0.63 0.63
Hex 65 9C DC 36 1D 0 E D4 3F 3F
Octal 145 234 334 66 35 0 16 324 77 77
Binary 1100101 10011100 11011100 110110 11101 0 1110 11010100 111111 111111

Color Harmonies of #659CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659CDC

Black with #659CDC

Text Example


Text Example

White with #659CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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