Html Css Color HEX #659BDA Picton Blue

📋 copy color: '#659BDA'

red 101 ◦ green 155 ◦ blue 218

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

Shades of Picton Blue #659BDA

Tints of Picton Blue #659BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.7%

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

R = 21.31%
G = 32.7%
B = 45.99%

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

#659BDA (or 0x659BDA) is known color: Picton Blue. HEX triplet: 65, 9B and DA. RGB value is (101,155,218). Sum of RGB (Red+Green+Blue) = 101+155+218=474 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.31% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #659BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BDA is #9A6425. Grayscale: #919191. Windows color (decimal): -10118182 or 14326629. OLE color: 14326629.

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

Color convert

RGB 101 155 218 -
CMYK 0.54 0.29 0 0.15
HSL 212.31º 0.61% 0.63% -
HSV(B) 212.31º 0.54% 0.85% -
XYZ 29.74 31.27 70.8 -
YUV 146.04 168.61 95.88 -
System Red Green Blue C M Y K H S L
Decimal 101 155 218 0.54 0.29 0 0.15 212.31 0.61 0.63
Hex 65 9B DA 36 1D 0 F D4 3D 3F
Octal 145 233 332 66 35 0 17 324 75 77
Binary 1100101 10011011 11011010 110110 11101 0 1111 11010100 111101 111111

Color Harmonies of #659BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659BDA

Black with #659BDA

Text Example


Text Example

White with #659BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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