Html Css Color HEX #6F7985 Raven

📋 copy color: '#6F7985'

red 111 ◦ green 121 ◦ blue 133

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

Shades of Raven #6F7985

Tints of Raven #6F7985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 30.41%
G = 33.15%
B = 36.44%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6F7985 (or 0x6F7985) is known color: Raven. HEX triplet: 6F, 79 and 85. RGB value is (111,121,133). Sum of RGB (Red+Green+Blue) = 111+121+133=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F7985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7985 is #90867A. Grayscale: #777777. Windows color (decimal): -9471611 or 8747375. OLE color: 8747375.

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

Color convert

RGB 111 121 133 -
CMYK 0.17 0.09 0 0.48
HSL 212.73º 0.09% 0.48% -
HSV(B) 212.73º 0.17% 0.52% -
XYZ 17.63 18.75 24.88 -
YUV 119.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 111 121 133 0.17 0.09 0 0.48 212.73 0.09 0.48
Hex 6F 79 85 11 9 0 30 D5 9 30
Octal 157 171 205 21 11 0 60 325 11 60
Binary 1101111 1111001 10000101 10001 1001 0 110000 11010101 1001 110000

Color Harmonies of #6F7985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7985

Black with #6F7985

Text Example


Text Example

White with #6F7985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,121,133); }

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

background-color css

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

 a { background-color: rgb(111,121,133); }

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

border-color css

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

 span { border-color: rgb(111,121,133); }

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