Html Css Color HEX #659DD7 Picton Blue

📋 copy color: '#659DD7'

red 101 ◦ green 157 ◦ blue 215

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

Shades of Picton Blue #659DD7

Tints of Picton Blue #659DD7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.19%

 BLUE value IS 215 (84.38% from 255) = 45.45%

R = 21.35%
G = 33.19%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#659DD7 (or 0x659DD7) is known color: Picton Blue. HEX triplet: 65, 9D and D7. RGB value is (101,157,215). Sum of RGB (Red+Green+Blue) = 101+157+215=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 215 (84.38% from 255 or 45.45% from 473); Max value from RGB is 215 - color contains mainly: blue. Hex color #659DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DD7 is #9A6228. Grayscale: #929292. Windows color (decimal): -10117673 or 14130533. OLE color: 14130533.

HSL color Cylindrical-coordinate representation of color #659DD7: hue angle of 210.53º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #659DD7 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 157 215 -
CMYK 0.53 0.27 0 0.16
HSL 210.53º 0.59% 0.62% -
HSV(B) 210.53º 0.53% 0.84% -
XYZ 29.69 31.79 68.86 -
YUV 146.87 166.45 95.28 -
System Red Green Blue C M Y K H S L
Decimal 101 157 215 0.53 0.27 0 0.16 210.53 0.59 0.62
Hex 65 9D D7 35 1B 0 10 D3 3B 3E
Octal 145 235 327 65 33 0 20 323 73 76
Binary 1100101 10011101 11010111 110101 11011 0 10000 11010011 111011 111110

Color Harmonies of #659DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DD7

Black with #659DD7

Text Example


Text Example

White with #659DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,157,215); }

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

background-color css

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

 a { background-color: rgb(101,157,215); }

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

border-color css

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

 span { border-color: rgb(101,157,215); }

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