Html Css Color HEX #6A6778 Dolphin

📋 copy color: '#6A6778'

red 106 ◦ green 103 ◦ blue 120

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

Shades of Dolphin #6A6778

Tints of Dolphin #6A6778

RGB

 RED value IS 106 (41.8% from 255) = 32.22%

 GREEN value IS 103 (40.63% from 255) = 31.31%

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

R = 32.22%
G = 31.31%
B = 36.47%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A6778 (or 0x6A6778) is known color: Dolphin. HEX triplet: 6A, 67 and 78. RGB value is (106,103,120). Sum of RGB (Red+Green+Blue) = 106+103+120=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A6778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6778 is #959887. Grayscale: #696969. Windows color (decimal): -9803912 or 7890794. OLE color: 7890794.

HSL color Cylindrical-coordinate representation of color #6A6778: hue angle of 250.59º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6A6778 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 106 103 120 -
CMYK 0.12 0.14 0 0.53
HSL 250.59º 0.08% 0.44% -
HSV(B) 250.59º 0.14% 0.47% -
XYZ 14.18 14.12 19.75 -
YUV 105.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 106 103 120 0.12 0.14 0 0.53 250.59 0.08 0.44
Hex 6A 67 78 C E 0 35 FB 8 2C
Octal 152 147 170 14 16 0 65 373 10 54
Binary 1101010 1100111 1111000 1100 1110 0 110101 11111011 1000 101100

Color Harmonies of #6A6778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6778

Black with #6A6778

Text Example


Text Example

White with #6A6778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A6778; }

 p { color: rgb(106,103,120); }

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

background-color css

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

 a { background-color: rgb(106,103,120); }

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

border-color css

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

 span { border-color: rgb(106,103,120); }

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