Html Css Color HEX #659ECC Picton Blue

📋 copy color: '#659ECC'

red 101 ◦ green 158 ◦ blue 204

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

Shades of Picton Blue #659ECC

Tints of Picton Blue #659ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.06%

R = 21.81%
G = 34.13%
B = 44.06%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#659ECC (or 0x659ECC) is known color: Picton Blue. HEX triplet: 65, 9E and CC. RGB value is (101,158,204). Sum of RGB (Red+Green+Blue) = 101+158+204=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #659ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ECC is #9A6133. Grayscale: #919191. Windows color (decimal): -10117428 or 13409893. OLE color: 13409893.

HSL color Cylindrical-coordinate representation of color #659ECC: hue angle of 206.8º 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 #659ECC is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 158 204 -
CMYK 0.50 0.23 0 0.2
HSL 206.8º 0.5% 0.6% -
HSV(B) 206.8º 0.5% 0.8% -
XYZ 28.49 31.58 61.72 -
YUV 146.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 101 158 204 0.50 0.23 0 0.2 206.8 0.5 0.6
Hex 65 9E CC 32 17 0 14 CF 32 3C
Octal 145 236 314 62 27 0 24 317 62 74
Binary 1100101 10011110 11001100 110010 10111 0 10100 11001111 110010 111100

Color Harmonies of #659ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ECC

Black with #659ECC

Text Example


Text Example

White with #659ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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