Html Css Color HEX #659AC9 Picton Blue

📋 copy color: '#659AC9'

red 101 ◦ green 154 ◦ blue 201

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

Shades of Picton Blue #659AC9

Tints of Picton Blue #659AC9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 22.15%
G = 33.77%
B = 44.08%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#659AC9 (or 0x659AC9) is known color: Picton Blue. HEX triplet: 65, 9A and C9. RGB value is (101,154,201). Sum of RGB (Red+Green+Blue) = 101+154+201=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #659AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659AC9 is #9A6536. Grayscale: #8F8F8F. Windows color (decimal): -10118455 or 13212261. OLE color: 13212261.

HSL color Cylindrical-coordinate representation of color #659AC9: hue angle of 208.2º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #659AC9 is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 154 201 -
CMYK 0.50 0.23 0 0.21
HSL 208.2º 0.48% 0.59% -
HSV(B) 208.2º 0.5% 0.79% -
XYZ 27.47 30.09 59.62 -
YUV 143.51 160.44 97.68 -
System Red Green Blue C M Y K H S L
Decimal 101 154 201 0.50 0.23 0 0.21 208.2 0.48 0.59
Hex 65 9A C9 32 17 0 15 D0 30 3B
Octal 145 232 311 62 27 0 25 320 60 73
Binary 1100101 10011010 11001001 110010 10111 0 10101 11010000 110000 111011

Color Harmonies of #659AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659AC9

Black with #659AC9

Text Example


Text Example

White with #659AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,154,201); }

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

background-color css

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

 a { background-color: rgb(101,154,201); }

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

border-color css

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

 span { border-color: rgb(101,154,201); }

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