Html Css Color HEX #666078 Dolphin

📋 copy color: '#666078'

red 102 ◦ green 96 ◦ blue 120

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

Shades of Dolphin #666078

Tints of Dolphin #666078

RGB

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

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

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

R = 32.08%
G = 30.19%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.2

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666078 (or 0x666078) is known color: Dolphin. HEX triplet: 66, 60 and 78. RGB value is (102,96,120). Sum of RGB (Red+Green+Blue) = 102+96+120=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 96 (37.89% from 255 or 30.19% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 120 - color contains mainly: blue. Hex color #666078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666078 is #999F87. Grayscale: #646464. Windows color (decimal): -10067848 or 7888998. OLE color: 7888998.

HSL color Cylindrical-coordinate representation of color #666078: hue angle of 255º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #666078 is Cyan = 0.15, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 96 120 -
CMYK 0.15 0.2 0 0.53
HSL 255º 0.11% 0.42% -
HSV(B) 255º 0.2% 0.47% -
XYZ 13.05 12.55 19.5 -
YUV 100.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 102 96 120 0.15 0.2 0 0.53 255 0.11 0.42
Hex 66 60 78 F 14 0 35 FF B 2A
Octal 146 140 170 17 24 0 65 377 13 52
Binary 1100110 1100000 1111000 1111 10100 0 110101 11111111 1011 101010

Color Harmonies of #666078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666078

Black with #666078

Text Example


Text Example

White with #666078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666078; }

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

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

background-color css

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

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

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

border-color css

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

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

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