Html Css Color HEX #659DDA Picton Blue

📋 copy color: '#659DDA'

red 101 ◦ green 157 ◦ blue 218

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

Shades of Picton Blue #659DDA

Tints of Picton Blue #659DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.8%

R = 21.22%
G = 32.98%
B = 45.8%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#659DDA (or 0x659DDA) is known color: Picton Blue. HEX triplet: 65, 9D and DA. RGB value is (101,157,218). Sum of RGB (Red+Green+Blue) = 101+157+218=476 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.22% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #659DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659DDA is #9A6225. Grayscale: #929292. Windows color (decimal): -10117670 or 14327141. OLE color: 14327141.

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

Color convert

RGB 101 157 218 -
CMYK 0.54 0.28 0 0.15
HSL 211.28º 0.61% 0.63% -
HSV(B) 211.28º 0.54% 0.85% -
XYZ 30.08 31.94 70.91 -
YUV 147.21 167.95 95.04 -
System Red Green Blue C M Y K H S L
Decimal 101 157 218 0.54 0.28 0 0.15 211.28 0.61 0.63
Hex 65 9D DA 36 1C 0 F D3 3D 3F
Octal 145 235 332 66 34 0 17 323 75 77
Binary 1100101 10011101 11011010 110110 11100 0 1111 11010011 111101 111111

Color Harmonies of #659DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659DDA

Black with #659DDA

Text Example


Text Example

White with #659DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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