Html Css Color HEX #659FDA Picton Blue

📋 copy color: '#659FDA'

red 101 ◦ green 159 ◦ blue 218

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

Shades of Picton Blue #659FDA

Tints of Picton Blue #659FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

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

R = 21.13%
G = 33.26%
B = 45.61%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#659FDA (or 0x659FDA) is known color: Picton Blue. HEX triplet: 65, 9F and DA. RGB value is (101,159,218). Sum of RGB (Red+Green+Blue) = 101+159+218=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #659FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659FDA is #9A6025. Grayscale: #949494. Windows color (decimal): -10117158 or 14327653. OLE color: 14327653.

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

Color convert

RGB 101 159 218 -
CMYK 0.54 0.27 0 0.15
HSL 210.26º 0.61% 0.63% -
HSV(B) 210.26º 0.54% 0.85% -
XYZ 30.42 32.62 71.02 -
YUV 148.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 101 159 218 0.54 0.27 0 0.15 210.26 0.61 0.63
Hex 65 9F DA 36 1B 0 F D2 3D 3F
Octal 145 237 332 66 33 0 17 322 75 77
Binary 1100101 10011111 11011010 110110 11011 0 1111 11010010 111101 111111

Color Harmonies of #659FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659FDA

Black with #659FDA

Text Example


Text Example

White with #659FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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