Html Css Color HEX #6F7EAE Ship Cove

📋 copy color: '#6F7EAE'

red 111 ◦ green 126 ◦ blue 174

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

Shades of Ship Cove #6F7EAE

Tints of Ship Cove #6F7EAE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.66%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 27.01%
G = 30.66%
B = 42.34%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F7EAE (or 0x6F7EAE) is known color: Ship Cove. HEX triplet: 6F, 7E and AE. RGB value is (111,126,174). Sum of RGB (Red+Green+Blue) = 111+126+174=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F7EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7EAE is #908151. Grayscale: #7E7E7E. Windows color (decimal): -9470290 or 11435631. OLE color: 11435631.

HSL color Cylindrical-coordinate representation of color #6F7EAE: hue angle of 225.71º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F7EAE is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 126 174 -
CMYK 0.36 0.28 0 0.32
HSL 225.71º 0.28% 0.56% -
HSV(B) 225.71º 0.36% 0.68% -
XYZ 21.66 21.36 43.03 -
YUV 126.99 154.53 116.6 -
System Red Green Blue C M Y K H S L
Decimal 111 126 174 0.36 0.28 0 0.32 225.71 0.28 0.56
Hex 6F 7E AE 24 1C 0 20 E2 1C 38
Octal 157 176 256 44 34 0 40 342 34 70
Binary 1101111 1111110 10101110 100100 11100 0 100000 11100010 11100 111000

Color Harmonies of #6F7EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7EAE

Black with #6F7EAE

Text Example


Text Example

White with #6F7EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,126,174); }

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

background-color css

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

 a { background-color: rgb(111,126,174); }

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

border-color css

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

 span { border-color: rgb(111,126,174); }

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