Html Css Color HEX #659FCD Picton Blue

📋 copy color: '#659FCD'

red 101 ◦ green 159 ◦ blue 205

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

Shades of Picton Blue #659FCD

Tints of Picton Blue #659FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.19%

 BLUE value IS 205 (80.47% from 255) = 44.09%

R = 21.72%
G = 34.19%
B = 44.09%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#659FCD (or 0x659FCD) is known color: Picton Blue. HEX triplet: 65, 9F and CD. RGB value is (101,159,205). Sum of RGB (Red+Green+Blue) = 101+159+205=465 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.72% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #659FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FCD is #9A6032. Grayscale: #929292. Windows color (decimal): -10117171 or 13475685. OLE color: 13475685.

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

Color convert

RGB 101 159 205 -
CMYK 0.51 0.22 0 0.20
HSL 206.54º 0.51% 0.6% -
HSV(B) 206.54º 0.51% 0.8% -
XYZ 28.78 31.97 62.41 -
YUV 146.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 101 159 205 0.51 0.22 0 0.20 206.54 0.51 0.6
Hex 65 9F CD 33 16 0 14 CF 33 3C
Octal 145 237 315 63 26 0 24 317 63 74
Binary 1100101 10011111 11001101 110011 10110 0 10100 11001111 110011 111100

Color Harmonies of #659FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FCD

Black with #659FCD

Text Example


Text Example

White with #659FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,159,205); }

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

background-color css

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

 a { background-color: rgb(101,159,205); }

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

border-color css

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

 span { border-color: rgb(101,159,205); }

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