Html Css Color HEX #659EDD Picton Blue

📋 copy color: '#659EDD'

red 101 ◦ green 158 ◦ blue 221

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

Shades of Picton Blue #659EDD

Tints of Picton Blue #659EDD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.92%

 BLUE value IS 221 (86.72% from 255) = 46.04%

R = 21.04%
G = 32.92%
B = 46.04%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#659EDD (or 0x659EDD) is known color: Picton Blue. HEX triplet: 65, 9E and DD. RGB value is (101,158,221). Sum of RGB (Red+Green+Blue) = 101+158+221=480 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.04% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #659EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659EDD is #9A6122. Grayscale: #939393. Windows color (decimal): -10117411 or 14524005. OLE color: 14524005.

HSL color Cylindrical-coordinate representation of color #659EDD: hue angle of 211.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #659EDD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 158 221 -
CMYK 0.54 0.29 0 0.13
HSL 211.5º 0.64% 0.63% -
HSV(B) 211.5º 0.54% 0.87% -
XYZ 30.64 32.44 73.05 -
YUV 148.14 169.12 94.38 -
System Red Green Blue C M Y K H S L
Decimal 101 158 221 0.54 0.29 0 0.13 211.5 0.64 0.63
Hex 65 9E DD 36 1D 0 D D4 40 3F
Octal 145 236 335 66 35 0 15 324 100 77
Binary 1100101 10011110 11011101 110110 11101 0 1101 11010100 1000000 111111

Color Harmonies of #659EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659EDD

Black with #659EDD

Text Example


Text Example

White with #659EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,158,221); }

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

background-color css

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

 a { background-color: rgb(101,158,221); }

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

border-color css

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

 span { border-color: rgb(101,158,221); }

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