Html Css Color HEX #6F7DA1 Ship Cove

📋 copy color: '#6F7DA1'

red 111 ◦ green 125 ◦ blue 161

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

Shades of Ship Cove #6F7DA1

Tints of Ship Cove #6F7DA1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.49%

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

R = 27.96%
G = 31.49%
B = 40.55%

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

#6F7DA1 (or 0x6F7DA1) is known color: Ship Cove. HEX triplet: 6F, 7D and A1. RGB value is (111,125,161). Sum of RGB (Red+Green+Blue) = 111+125+161=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F7DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7DA1 is #90825E. Grayscale: #7C7C7C. Windows color (decimal): -9470559 or 10583407. OLE color: 10583407.

HSL color Cylindrical-coordinate representation of color #6F7DA1: hue angle of 223.2º 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 #6F7DA1 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 125 161 -
CMYK 0.31 0.22 0 0.37
HSL 223.2º 0.21% 0.53% -
HSV(B) 223.2º 0.31% 0.63% -
XYZ 20.32 20.62 36.63 -
YUV 124.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 111 125 161 0.31 0.22 0 0.37 223.2 0.21 0.53
Hex 6F 7D A1 1F 16 0 25 DF 15 35
Octal 157 175 241 37 26 0 45 337 25 65
Binary 1101111 1111101 10100001 11111 10110 0 100101 11011111 10101 110101

Color Harmonies of #6F7DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DA1

Black with #6F7DA1

Text Example


Text Example

White with #6F7DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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