Html Css Color HEX #646075 Dolphin

📋 copy color: '#646075'

red 100 ◦ green 96 ◦ blue 117

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

Shades of Dolphin #646075

Tints of Dolphin #646075

RGB

 RED value IS 100 (39.45% from 255) = 31.95%

 GREEN value IS 96 (37.89% from 255) = 30.67%

 BLUE value IS 117 (46.09% from 255) = 37.38%

R = 31.95%
G = 30.67%
B = 37.38%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#646075 (or 0x646075) is known color: Dolphin. HEX triplet: 64, 60 and 75. RGB value is (100,96,117). Sum of RGB (Red+Green+Blue) = 100+96+117=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #646075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646075 is #9B9F8A. Grayscale: #636363. Windows color (decimal): -10198923 or 7692388. OLE color: 7692388.

HSL color Cylindrical-coordinate representation of color #646075: hue angle of 251.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #646075 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 96 117 -
CMYK 0.15 0.18 0 0.54
HSL 251.43º 0.1% 0.42% -
HSV(B) 251.43º 0.18% 0.46% -
XYZ 12.65 12.36 18.55 -
YUV 99.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 100 96 117 0.15 0.18 0 0.54 251.43 0.1 0.42
Hex 64 60 75 F 12 0 36 FB A 2A
Octal 144 140 165 17 22 0 66 373 12 52
Binary 1100100 1100000 1110101 1111 10010 0 110110 11111011 1010 101010

Color Harmonies of #646075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646075

Black with #646075

Text Example


Text Example

White with #646075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646075; }

 p { color: rgb(100,96,117); }

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

background-color css

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

 a { background-color: rgb(100,96,117); }

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

border-color css

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

 span { border-color: rgb(100,96,117); }

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