Html Css Color HEX #659EC5 Picton Blue

📋 copy color: '#659EC5'

red 101 ◦ green 158 ◦ blue 197

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

Shades of Picton Blue #659EC5

Tints of Picton Blue #659EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.2%

R = 22.15%
G = 34.65%
B = 43.2%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#659EC5 (or 0x659EC5) is known color: Picton Blue. HEX triplet: 65, 9E and C5. RGB value is (101,158,197). Sum of RGB (Red+Green+Blue) = 101+158+197=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #659EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EC5 is #9A613A. Grayscale: #919191. Windows color (decimal): -10117435 or 12951141. OLE color: 12951141.

HSL color Cylindrical-coordinate representation of color #659EC5: hue angle of 204.38º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #659EC5 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 158 197 -
CMYK 0.49 0.20 0 0.23
HSL 204.38º 0.45% 0.58% -
HSV(B) 204.38º 0.49% 0.77% -
XYZ 27.67 31.25 57.4 -
YUV 145.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 101 158 197 0.49 0.20 0 0.23 204.38 0.45 0.58
Hex 65 9E C5 31 14 0 17 CC 2D 3A
Octal 145 236 305 61 24 0 27 314 55 72
Binary 1100101 10011110 11000101 110001 10100 0 10111 11001100 101101 111010

Color Harmonies of #659EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EC5

Black with #659EC5

Text Example


Text Example

White with #659EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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