Html Css Color HEX #659ECE Picton Blue

📋 copy color: '#659ECE'

red 101 ◦ green 158 ◦ blue 206

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

Shades of Picton Blue #659ECE

Tints of Picton Blue #659ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.3%

R = 21.72%
G = 33.98%
B = 44.3%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#659ECE (or 0x659ECE) is known color: Picton Blue. HEX triplet: 65, 9E and CE. RGB value is (101,158,206). Sum of RGB (Red+Green+Blue) = 101+158+206=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #659ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECE is #9A6131. Grayscale: #929292. Windows color (decimal): -10117426 or 13540965. OLE color: 13540965.

HSL color Cylindrical-coordinate representation of color #659ECE: hue angle of 207.43º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659ECE is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 158 206 -
CMYK 0.51 0.23 0 0.19
HSL 207.43º 0.52% 0.6% -
HSV(B) 207.43º 0.51% 0.81% -
XYZ 28.73 31.68 62.99 -
YUV 146.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 101 158 206 0.51 0.23 0 0.19 207.43 0.52 0.6
Hex 65 9E CE 33 17 0 13 CF 34 3C
Octal 145 236 316 63 27 0 23 317 64 74
Binary 1100101 10011110 11001110 110011 10111 0 10011 11001111 110100 111100

Color Harmonies of #659ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ECE

Black with #659ECE

Text Example


Text Example

White with #659ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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