Html Css Color HEX #6F6B7C Dolphin

📋 copy color: '#6F6B7C'

red 111 ◦ green 107 ◦ blue 124

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

Shades of Dolphin #6F6B7C

Tints of Dolphin #6F6B7C

RGB

 RED value IS 111 (43.75% from 255) = 32.46%

 GREEN value IS 107 (42.19% from 255) = 31.29%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 32.46%
G = 31.29%
B = 36.26%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6F6B7C (or 0x6F6B7C) is known color: Dolphin. HEX triplet: 6F, 6B and 7C. RGB value is (111,107,124). Sum of RGB (Red+Green+Blue) = 111+107+124=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F6B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6B7C is #909483. Grayscale: #6E6E6E. Windows color (decimal): -9475204 or 8153967. OLE color: 8153967.

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

Color convert

RGB 111 107 124 -
CMYK 0.10 0.14 0 0.51
HSL 254.12º 0.07% 0.45% -
HSV(B) 254.12º 0.14% 0.49% -
XYZ 15.45 15.35 21.22 -
YUV 110.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 111 107 124 0.10 0.14 0 0.51 254.12 0.07 0.45
Hex 6F 6B 7C A E 0 33 FE 7 2D
Octal 157 153 174 12 16 0 63 376 7 55
Binary 1101111 1101011 1111100 1010 1110 0 110011 11111110 111 101101

Color Harmonies of #6F6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6B7C

Black with #6F6B7C

Text Example


Text Example

White with #6F6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,107,124); }

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

background-color css

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

 a { background-color: rgb(111,107,124); }

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

border-color css

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

 span { border-color: rgb(111,107,124); }

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