Html Css Color HEX #666378 Dolphin

📋 copy color: '#666378'

red 102 ◦ green 99 ◦ blue 120

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

Shades of Dolphin #666378

Tints of Dolphin #666378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 37.38%

R = 31.78%
G = 30.84%
B = 37.38%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666378 (or 0x666378) is known color: Dolphin. HEX triplet: 66, 63 and 78. RGB value is (102,99,120). Sum of RGB (Red+Green+Blue) = 102+99+120=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 120 (47.27% from 255 or 37.38% from 321); Max value from RGB is 120 - color contains mainly: blue. Hex color #666378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666378 is #999C87. Grayscale: #666666. Windows color (decimal): -10067080 or 7889766. OLE color: 7889766.

HSL color Cylindrical-coordinate representation of color #666378: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666378 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 99 120 -
CMYK 0.15 0.17 0 0.53
HSL 248.57º 0.1% 0.43% -
HSV(B) 248.57º 0.18% 0.47% -
XYZ 13.33 13.1 19.6 -
YUV 102.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 102 99 120 0.15 0.17 0 0.53 248.57 0.1 0.43
Hex 66 63 78 F 11 0 35 F9 A 2B
Octal 146 143 170 17 21 0 65 371 12 53
Binary 1100110 1100011 1111000 1111 10001 0 110101 11111001 1010 101011

Color Harmonies of #666378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666378

Black with #666378

Text Example


Text Example

White with #666378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666378; }

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

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

background-color css

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

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

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

border-color css

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

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

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