Html Css Color HEX #6F8AAE Ship Cove

📋 copy color: '#6F8AAE'

red 111 ◦ green 138 ◦ blue 174

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

Shades of Ship Cove #6F8AAE

Tints of Ship Cove #6F8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.62%

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

R = 26.24%
G = 32.62%
B = 41.13%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F8AAE (or 0x6F8AAE) is known color: Ship Cove. HEX triplet: 6F, 8A and AE. RGB value is (111,138,174). Sum of RGB (Red+Green+Blue) = 111+138+174=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8AAE is #907551. Grayscale: #858585. Windows color (decimal): -9467218 or 11438703. OLE color: 11438703.

HSL color Cylindrical-coordinate representation of color #6F8AAE: hue angle of 214.29º 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 #6F8AAE is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 138 174 -
CMYK 0.36 0.21 0 0.32
HSL 214.29º 0.28% 0.56% -
HSV(B) 214.29º 0.36% 0.68% -
XYZ 23.28 24.61 43.57 -
YUV 134.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 111 138 174 0.36 0.21 0 0.32 214.29 0.28 0.56
Hex 6F 8A AE 24 15 0 20 D6 1C 38
Octal 157 212 256 44 25 0 40 326 34 70
Binary 1101111 10001010 10101110 100100 10101 0 100000 11010110 11100 111000

Color Harmonies of #6F8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8AAE

Black with #6F8AAE

Text Example


Text Example

White with #6F8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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