Html Css Color HEX #65617B Dolphin

📋 copy color: '#65617B'

red 101 ◦ green 97 ◦ blue 123

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

Shades of Dolphin #65617B

Tints of Dolphin #65617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.32%

R = 31.46%
G = 30.22%
B = 38.32%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#65617B (or 0x65617B) is known color: Dolphin. HEX triplet: 65, 61 and 7B. RGB value is (101,97,123). Sum of RGB (Red+Green+Blue) = 101+97+123=321 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.46% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #65617B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65617B is #9A9E84. Grayscale: #656565. Windows color (decimal): -10133125 or 8085861. OLE color: 8085861.

HSL color Cylindrical-coordinate representation of color #65617B: hue angle of 249.23º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #65617B is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 97 123 -
CMYK 0.18 0.21 0 0.52
HSL 249.23º 0.12% 0.43% -
HSV(B) 249.23º 0.21% 0.48% -
XYZ 13.22 12.75 20.5 -
YUV 101.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 101 97 123 0.18 0.21 0 0.52 249.23 0.12 0.43
Hex 65 61 7B 12 15 0 34 F9 C 2B
Octal 145 141 173 22 25 0 64 371 14 53
Binary 1100101 1100001 1111011 10010 10101 0 110100 11111001 1100 101011

Color Harmonies of #65617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65617B

Black with #65617B

Text Example


Text Example

White with #65617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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