Html Css Color HEX #69707F Raven

📋 copy color: '#69707F'

red 105 ◦ green 112 ◦ blue 127

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

Shades of Raven #69707F

Tints of Raven #69707F

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 127 (50% from 255) = 36.92%

R = 30.52%
G = 32.56%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69707F (or 0x69707F) is known color: Raven. HEX triplet: 69, 70 and 7F. RGB value is (105,112,127). Sum of RGB (Red+Green+Blue) = 105+112+127=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 127 - color contains mainly: blue. Hex color #69707F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69707F is #968F80. Grayscale: #6F6F6F. Windows color (decimal): -9867137 or 8351849. OLE color: 8351849.

HSL color Cylindrical-coordinate representation of color #69707F: hue angle of 220.91º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #69707F is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 112 127 -
CMYK 0.17 0.12 0 0.50
HSL 220.91º 0.09% 0.45% -
HSV(B) 220.91º 0.17% 0.5% -
XYZ 15.45 16.12 22.38 -
YUV 111.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 105 112 127 0.17 0.12 0 0.50 220.91 0.09 0.45
Hex 69 70 7F 11 C 0 32 DD 9 2D
Octal 151 160 177 21 14 0 62 335 11 55
Binary 1101001 1110000 1111111 10001 1100 0 110010 11011101 1001 101101

Color Harmonies of #69707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69707F

Black with #69707F

Text Example


Text Example

White with #69707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69707F; }

 p { color: rgb(105,112,127); }

 H1.HeaderClassName
 {
   color: #69707F;
 }
 .AnyTagClassName
 {
   color: #69707F;
 }
</style>

background-color css

<style>
 a { background-color: #69707F; }

 a { background-color: rgb(105,112,127); }

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

border-color css

<style>
 span { border-color: #69707F; }

 span { border-color: rgb(105,112,127); }

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