Html Css Color HEX #6B6777 Dolphin

📋 copy color: '#6B6777'

red 107 ◦ green 103 ◦ blue 119

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

Shades of Dolphin #6B6777

Tints of Dolphin #6B6777

RGB

 RED value IS 107 (42.19% from 255) = 32.52%

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

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

R = 32.52%
G = 31.31%
B = 36.17%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B6777 (or 0x6B6777) is known color: Dolphin. HEX triplet: 6B, 67 and 77. RGB value is (107,103,119). Sum of RGB (Red+Green+Blue) = 107+103+119=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B6777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6777 is #949888. Grayscale: #696969. Windows color (decimal): -9738377 or 7825259. OLE color: 7825259.

HSL color Cylindrical-coordinate representation of color #6B6777: hue angle of 255º 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 #6B6777 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 103 119 -
CMYK 0.10 0.13 0 0.53
HSL 255º 0.07% 0.44% -
HSV(B) 255º 0.13% 0.47% -
XYZ 14.24 14.16 19.43 -
YUV 106.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 107 103 119 0.10 0.13 0 0.53 255 0.07 0.44
Hex 6B 67 77 A D 0 35 FF 7 2C
Octal 153 147 167 12 15 0 65 377 7 54
Binary 1101011 1100111 1110111 1010 1101 0 110101 11111111 111 101100

Color Harmonies of #6B6777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6777

Black with #6B6777

Text Example


Text Example

White with #6B6777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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