Html Css Color HEX #6F7CAC Ship Cove

📋 copy color: '#6F7CAC'

red 111 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #6F7CAC

Tints of Ship Cove #6F7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 172 (67.58% from 255) = 42.26%

R = 27.27%
G = 30.47%
B = 42.26%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F7CAC (or 0x6F7CAC) is known color: Ship Cove. HEX triplet: 6F, 7C and AC. RGB value is (111,124,172). Sum of RGB (Red+Green+Blue) = 111+124+172=407 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.27% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7CAC is #908353. Grayscale: #7D7D7D. Windows color (decimal): -9470804 or 11304047. OLE color: 11304047.

HSL color Cylindrical-coordinate representation of color #6F7CAC: hue angle of 227.21º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F7CAC is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 124 172 -
CMYK 0.35 0.28 0 0.33
HSL 227.21º 0.27% 0.55% -
HSV(B) 227.21º 0.35% 0.67% -
XYZ 21.21 20.77 41.92 -
YUV 125.59 154.19 117.6 -
System Red Green Blue C M Y K H S L
Decimal 111 124 172 0.35 0.28 0 0.33 227.21 0.27 0.55
Hex 6F 7C AC 23 1C 0 21 E3 1B 37
Octal 157 174 254 43 34 0 41 343 33 67
Binary 1101111 1111100 10101100 100011 11100 0 100001 11100011 11011 110111

Color Harmonies of #6F7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7CAC

Black with #6F7CAC

Text Example


Text Example

White with #6F7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,124,172); }

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

background-color css

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

 a { background-color: rgb(111,124,172); }

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

border-color css

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

 span { border-color: rgb(111,124,172); }

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