Html Css Color HEX #6F7DAC Ship Cove

📋 copy color: '#6F7DAC'

red 111 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #6F7DAC

Tints of Ship Cove #6F7DAC

RGB

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

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

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

R = 27.21%
G = 30.64%
B = 42.16%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F7DAC (or 0x6F7DAC) is known color: Ship Cove. HEX triplet: 6F, 7D and AC. RGB value is (111,125,172). Sum of RGB (Red+Green+Blue) = 111+125+172=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F7DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7DAC is #908253. Grayscale: #7D7D7D. Windows color (decimal): -9470548 or 11304303. OLE color: 11304303.

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

Color convert

RGB 111 125 172 -
CMYK 0.35 0.27 0 0.33
HSL 226.23º 0.27% 0.55% -
HSV(B) 226.23º 0.35% 0.67% -
XYZ 21.34 21.03 41.96 -
YUV 126.17 153.86 117.18 -
System Red Green Blue C M Y K H S L
Decimal 111 125 172 0.35 0.27 0 0.33 226.23 0.27 0.55
Hex 6F 7D AC 23 1B 0 21 E2 1B 37
Octal 157 175 254 43 33 0 41 342 33 67
Binary 1101111 1111101 10101100 100011 11011 0 100001 11100010 11011 110111

Color Harmonies of #6F7DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DAC

Black with #6F7DAC

Text Example


Text Example

White with #6F7DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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