Html Css Color HEX #659ECB Picton Blue

📋 copy color: '#659ECB'

red 101 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #659ECB

Tints of Picton Blue #659ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 21.86%
G = 34.2%
B = 43.94%

CMYK

 C value IS 0.50

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#659ECB (or 0x659ECB) is known color: Picton Blue. HEX triplet: 65, 9E and CB. RGB value is (101,158,203). Sum of RGB (Red+Green+Blue) = 101+158+203=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #659ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECB is #9A6134. Grayscale: #919191. Windows color (decimal): -10117429 or 13344357. OLE color: 13344357.

HSL color Cylindrical-coordinate representation of color #659ECB: hue angle of 206.47º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659ECB is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 158 203 -
CMYK 0.50 0.22 0 0.20
HSL 206.47º 0.5% 0.6% -
HSV(B) 206.47º 0.5% 0.8% -
XYZ 28.37 31.53 61.09 -
YUV 146.09 160.12 95.84 -
System Red Green Blue C M Y K H S L
Decimal 101 158 203 0.50 0.22 0 0.20 206.47 0.5 0.6
Hex 65 9E CB 32 16 0 14 CE 32 3C
Octal 145 236 313 62 26 0 24 316 62 74
Binary 1100101 10011110 11001011 110010 10110 0 10100 11001110 110010 111100

Color Harmonies of #659ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ECB

Black with #659ECB

Text Example


Text Example

White with #659ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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