Html Css Color HEX #6F7EA1 Ship Cove

📋 copy color: '#6F7EA1'

red 111 ◦ green 126 ◦ blue 161

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

Shades of Ship Cove #6F7EA1

Tints of Ship Cove #6F7EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 27.89%
G = 31.66%
B = 40.45%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6F7EA1 (or 0x6F7EA1) is known color: Ship Cove. HEX triplet: 6F, 7E and A1. RGB value is (111,126,161). Sum of RGB (Red+Green+Blue) = 111+126+161=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F7EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7EA1 is #90815E. Grayscale: #7D7D7D. Windows color (decimal): -9470303 or 10583663. OLE color: 10583663.

HSL color Cylindrical-coordinate representation of color #6F7EA1: hue angle of 222º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F7EA1 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 126 161 -
CMYK 0.31 0.22 0 0.37
HSL 222º 0.21% 0.53% -
HSV(B) 222º 0.31% 0.63% -
XYZ 20.45 20.87 36.67 -
YUV 125.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 111 126 161 0.31 0.22 0 0.37 222 0.21 0.53
Hex 6F 7E A1 1F 16 0 25 DE 15 35
Octal 157 176 241 37 26 0 45 336 25 65
Binary 1101111 1111110 10100001 11111 10110 0 100101 11011110 10101 110101

Color Harmonies of #6F7EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7EA1

Black with #6F7EA1

Text Example


Text Example

White with #6F7EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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