Html Css Color HEX #6B6A7B Dolphin

📋 copy color: '#6B6A7B'

red 107 ◦ green 106 ◦ blue 123

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

Shades of Dolphin #6B6A7B

Tints of Dolphin #6B6A7B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 31.85%
G = 31.55%
B = 36.61%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6B6A7B (or 0x6B6A7B) is known color: Dolphin. HEX triplet: 6B, 6A and 7B. RGB value is (107,106,123). Sum of RGB (Red+Green+Blue) = 107+106+123=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 123 - color contains mainly: blue. Hex color #6B6A7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A7B is #949584. Grayscale: #6C6C6C. Windows color (decimal): -9737605 or 8088171. OLE color: 8088171.

HSL color Cylindrical-coordinate representation of color #6B6A7B: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B6A7B is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 107 106 123 -
CMYK 0.13 0.14 0 0.52
HSL 243.53º 0.07% 0.45% -
HSV(B) 243.53º 0.14% 0.48% -
XYZ 14.79 14.86 20.83 -
YUV 108.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 107 106 123 0.13 0.14 0 0.52 243.53 0.07 0.45
Hex 6B 6A 7B D E 0 34 F4 7 2D
Octal 153 152 173 15 16 0 64 364 7 55
Binary 1101011 1101010 1111011 1101 1110 0 110100 11110100 111 101101

Color Harmonies of #6B6A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6A7B

Black with #6B6A7B

Text Example


Text Example

White with #6B6A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,106,123); }

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

background-color css

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

 a { background-color: rgb(107,106,123); }

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

border-color css

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

 span { border-color: rgb(107,106,123); }

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