Html Css Color HEX #659ADA Picton Blue

📋 copy color: '#659ADA'

red 101 ◦ green 154 ◦ blue 218

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

Shades of Picton Blue #659ADA

Tints of Picton Blue #659ADA

RGB

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

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

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

R = 21.35%
G = 32.56%
B = 46.09%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#659ADA (or 0x659ADA) is known color: Picton Blue. HEX triplet: 65, 9A and DA. RGB value is (101,154,218). Sum of RGB (Red+Green+Blue) = 101+154+218=473 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.35% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #659ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ADA is #9A6525. Grayscale: #919191. Windows color (decimal): -10118438 or 14326373. OLE color: 14326373.

HSL color Cylindrical-coordinate representation of color #659ADA: hue angle of 212.82º 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 #659ADA is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 154 218 -
CMYK 0.54 0.29 0 0.15
HSL 212.82º 0.61% 0.63% -
HSV(B) 212.82º 0.54% 0.85% -
XYZ 29.58 30.94 70.74 -
YUV 145.45 168.94 96.3 -
System Red Green Blue C M Y K H S L
Decimal 101 154 218 0.54 0.29 0 0.15 212.82 0.61 0.63
Hex 65 9A DA 36 1D 0 F D5 3D 3F
Octal 145 232 332 66 35 0 17 325 75 77
Binary 1100101 10011010 11011010 110110 11101 0 1111 11010101 111101 111111

Color Harmonies of #659ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ADA

Black with #659ADA

Text Example


Text Example

White with #659ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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