Html Css Color HEX #659ECA Picton Blue

📋 copy color: '#659ECA'

red 101 ◦ green 158 ◦ blue 202

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

Shades of Picton Blue #659ECA

Tints of Picton Blue #659ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.82%

R = 21.91%
G = 34.27%
B = 43.82%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#659ECA (or 0x659ECA) is known color: Picton Blue. HEX triplet: 65, 9E and CA. RGB value is (101,158,202). Sum of RGB (Red+Green+Blue) = 101+158+202=461 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.91% from 461); Green value is 158 (62.11% from 255 or 34.27% from 461); Blue value is 202 (79.30% from 255 or 43.82% from 461); Max value from RGB is 202 - color contains mainly: blue. Hex color #659ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECA is #9A6135. Grayscale: #919191. Windows color (decimal): -10117430 or 13278821. OLE color: 13278821.

HSL color Cylindrical-coordinate representation of color #659ECA: hue angle of 206.14º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659ECA is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 158 202 -
CMYK 0.50 0.22 0 0.21
HSL 206.14º 0.49% 0.59% -
HSV(B) 206.14º 0.5% 0.79% -
XYZ 28.25 31.48 60.47 -
YUV 145.97 159.62 95.92 -
System Red Green Blue C M Y K H S L
Decimal 101 158 202 0.50 0.22 0 0.21 206.14 0.49 0.59
Hex 65 9E CA 32 16 0 15 CE 31 3B
Octal 145 236 312 62 26 0 25 316 61 73
Binary 1100101 10011110 11001010 110010 10110 0 10101 11001110 110001 111011

Color Harmonies of #659ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ECA

Black with #659ECA

Text Example


Text Example

White with #659ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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