Html Css Color HEX #659FCB Picton Blue

📋 copy color: '#659FCB'

red 101 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #659FCB

Tints of Picton Blue #659FCB

RGB

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

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

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

R = 21.81%
G = 34.34%
B = 43.84%

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

#659FCB (or 0x659FCB) is known color: Picton Blue. HEX triplet: 65, 9F and CB. RGB value is (101,159,203). Sum of RGB (Red+Green+Blue) = 101+159+203=463 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.81% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #659FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FCB is #9A6034. Grayscale: #929292. Windows color (decimal): -10117173 or 13344613. OLE color: 13344613.

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

Color convert

RGB 101 159 203 -
CMYK 0.50 0.22 0 0.20
HSL 205.88º 0.5% 0.6% -
HSV(B) 205.88º 0.5% 0.8% -
XYZ 28.54 31.87 61.15 -
YUV 146.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 101 159 203 0.50 0.22 0 0.20 205.88 0.5 0.6
Hex 65 9F CB 32 16 0 14 CE 32 3C
Octal 145 237 313 62 26 0 24 316 62 74
Binary 1100101 10011111 11001011 110010 10110 0 10100 11001110 110010 111100

Color Harmonies of #659FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FCB

Black with #659FCB

Text Example


Text Example

White with #659FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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