Html Css Color HEX #65617C Dolphin

📋 copy color: '#65617C'

red 101 ◦ green 97 ◦ blue 124

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

Shades of Dolphin #65617C

Tints of Dolphin #65617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 31.37%
G = 30.12%
B = 38.51%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65617C (or 0x65617C) is known color: Dolphin. HEX triplet: 65, 61 and 7C. RGB value is (101,97,124). Sum of RGB (Red+Green+Blue) = 101+97+124=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #65617C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65617C is #9A9E83. Grayscale: #656565. Windows color (decimal): -10133124 or 8151397. OLE color: 8151397.

HSL color Cylindrical-coordinate representation of color #65617C: hue angle of 248.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65617C is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 97 124 -
CMYK 0.19 0.22 0 0.51
HSL 248.89º 0.12% 0.43% -
HSV(B) 248.89º 0.22% 0.49% -
XYZ 13.28 12.77 20.83 -
YUV 101.27 140.83 127.8 -
System Red Green Blue C M Y K H S L
Decimal 101 97 124 0.19 0.22 0 0.51 248.89 0.12 0.43
Hex 65 61 7C 13 16 0 33 F9 C 2B
Octal 145 141 174 23 26 0 63 371 14 53
Binary 1100101 1100001 1111100 10011 10110 0 110011 11111001 1100 101011

Color Harmonies of #65617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65617C

Black with #65617C

Text Example


Text Example

White with #65617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65617C; }

 p { color: rgb(101,97,124); }

 H1.HeaderClassName
 {
   color: #65617C;
 }
 .AnyTagClassName
 {
   color: #65617C;
 }
</style>

background-color css

<style>
 a { background-color: #65617C; }

 a { background-color: rgb(101,97,124); }

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

border-color css

<style>
 span { border-color: #65617C; }

 span { border-color: rgb(101,97,124); }

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