Html Css Color HEX #666375 Dolphin

📋 copy color: '#666375'

red 102 ◦ green 99 ◦ blue 117

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

Shades of Dolphin #666375

Tints of Dolphin #666375

RGB

 RED value IS 102 (40.23% from 255) = 32.08%

 GREEN value IS 99 (39.06% from 255) = 31.13%

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

R = 32.08%
G = 31.13%
B = 36.79%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666375 (or 0x666375) is known color: Dolphin. HEX triplet: 66, 63 and 75. RGB value is (102,99,117). Sum of RGB (Red+Green+Blue) = 102+99+117=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 117 - color contains mainly: blue. Hex color #666375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666375 is #999C8A. Grayscale: #656565. Windows color (decimal): -10067083 or 7693158. OLE color: 7693158.

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

Color convert

RGB 102 99 117 -
CMYK 0.13 0.15 0 0.54
HSL 250º 0.08% 0.42% -
HSV(B) 250º 0.15% 0.46% -
XYZ 13.15 13.03 18.65 -
YUV 101.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 102 99 117 0.13 0.15 0 0.54 250 0.08 0.42
Hex 66 63 75 D F 0 36 FA 8 2A
Octal 146 143 165 15 17 0 66 372 10 52
Binary 1100110 1100011 1110101 1101 1111 0 110110 11111010 1000 101010

Color Harmonies of #666375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666375

Black with #666375

Text Example


Text Example

White with #666375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666375; }

 p { color: rgb(102,99,117); }

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

background-color css

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

 a { background-color: rgb(102,99,117); }

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

border-color css

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

 span { border-color: rgb(102,99,117); }

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