Html Css Color HEX #659FDC Picton Blue

📋 copy color: '#659FDC'

red 101 ◦ green 159 ◦ blue 220

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

Shades of Picton Blue #659FDC

Tints of Picton Blue #659FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 21.04%
G = 33.13%
B = 45.83%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#659FDC (or 0x659FDC) is known color: Picton Blue. HEX triplet: 65, 9F and DC. RGB value is (101,159,220). Sum of RGB (Red+Green+Blue) = 101+159+220=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #659FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FDC is #9A6023. Grayscale: #949494. Windows color (decimal): -10117156 or 14458725. OLE color: 14458725.

HSL color Cylindrical-coordinate representation of color #659FDC: hue angle of 210.76º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659FDC is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 159 220 -
CMYK 0.54 0.28 0 0.14
HSL 210.76º 0.63% 0.63% -
HSV(B) 210.76º 0.54% 0.86% -
XYZ 30.68 32.73 72.41 -
YUV 148.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 101 159 220 0.54 0.28 0 0.14 210.76 0.63 0.63
Hex 65 9F DC 36 1C 0 E D3 3F 3F
Octal 145 237 334 66 34 0 16 323 77 77
Binary 1100101 10011111 11011100 110110 11100 0 1110 11010011 111111 111111

Color Harmonies of #659FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FDC

Black with #659FDC

Text Example


Text Example

White with #659FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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