Html Css Color HEX #6A6777 Dolphin

📋 copy color: '#6A6777'

red 106 ◦ green 103 ◦ blue 119

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

Shades of Dolphin #6A6777

Tints of Dolphin #6A6777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 32.32%
G = 31.4%
B = 36.28%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6A6777 (or 0x6A6777) is known color: Dolphin. HEX triplet: 6A, 67 and 77. RGB value is (106,103,119). Sum of RGB (Red+Green+Blue) = 106+103+119=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A6777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6777 is #959888. Grayscale: #696969. Windows color (decimal): -9803913 or 7825258. OLE color: 7825258.

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

Color convert

RGB 106 103 119 -
CMYK 0.11 0.13 0 0.53
HSL 251.25º 0.07% 0.44% -
HSV(B) 251.25º 0.13% 0.47% -
XYZ 14.12 14.1 19.43 -
YUV 105.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 106 103 119 0.11 0.13 0 0.53 251.25 0.07 0.44
Hex 6A 67 77 B D 0 35 FB 7 2C
Octal 152 147 167 13 15 0 65 373 7 54
Binary 1101010 1100111 1110111 1011 1101 0 110101 11111011 111 101100

Color Harmonies of #6A6777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6777

Black with #6A6777

Text Example


Text Example

White with #6A6777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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