Html Css Color HEX #6F7FAC Ship Cove

📋 copy color: '#6F7FAC'

red 111 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #6F7FAC

Tints of Ship Cove #6F7FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

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

R = 27.07%
G = 30.98%
B = 41.95%

CMYK

 C value IS 0.35

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F7FAC (or 0x6F7FAC) is known color: Ship Cove. HEX triplet: 6F, 7F and AC. RGB value is (111,127,172). Sum of RGB (Red+Green+Blue) = 111+127+172=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F7FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7FAC is #908053. Grayscale: #7F7F7F. Windows color (decimal): -9470036 or 11304815. OLE color: 11304815.

HSL color Cylindrical-coordinate representation of color #6F7FAC: hue angle of 224.26º 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 #6F7FAC is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 127 172 -
CMYK 0.35 0.26 0 0.33
HSL 224.26º 0.27% 0.55% -
HSV(B) 224.26º 0.35% 0.67% -
XYZ 21.59 21.54 42.05 -
YUV 127.35 153.2 116.34 -
System Red Green Blue C M Y K H S L
Decimal 111 127 172 0.35 0.26 0 0.33 224.26 0.27 0.55
Hex 6F 7F AC 23 1A 0 21 E0 1B 37
Octal 157 177 254 43 32 0 41 340 33 67
Binary 1101111 1111111 10101100 100011 11010 0 100001 11100000 11011 110111

Color Harmonies of #6F7FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7FAC

Black with #6F7FAC

Text Example


Text Example

White with #6F7FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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