Html Css Color HEX #65617F Dolphin

📋 copy color: '#65617F'

red 101 ◦ green 97 ◦ blue 127

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

Shades of Dolphin #65617F

Tints of Dolphin #65617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.08%

R = 31.08%
G = 29.85%
B = 39.08%

CMYK

 C value IS 0.20

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65617F (or 0x65617F) is known color: Dolphin. HEX triplet: 65, 61 and 7F. RGB value is (101,97,127). Sum of RGB (Red+Green+Blue) = 101+97+127=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #65617F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65617F is #9A9E80. Grayscale: #656565. Windows color (decimal): -10133121 or 8348005. OLE color: 8348005.

HSL color Cylindrical-coordinate representation of color #65617F: hue angle of 248º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65617F is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 97 127 -
CMYK 0.20 0.24 0 0.50
HSL 248º 0.13% 0.44% -
HSV(B) 248º 0.24% 0.5% -
XYZ 13.47 12.85 21.85 -
YUV 101.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 101 97 127 0.20 0.24 0 0.50 248 0.13 0.44
Hex 65 61 7F 14 18 0 32 F8 D 2C
Octal 145 141 177 24 30 0 62 370 15 54
Binary 1100101 1100001 1111111 10100 11000 0 110010 11111000 1101 101100

Color Harmonies of #65617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65617F

Black with #65617F

Text Example


Text Example

White with #65617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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