Html Css Color HEX #707DA6 Ship Cove

📋 copy color: '#707DA6'

red 112 ◦ green 125 ◦ blue 166

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

Shades of Ship Cove #707DA6

Tints of Ship Cove #707DA6

RGB

 RED value IS 112 (44.14% from 255) = 27.79%

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

 BLUE value IS 166 (65.23% from 255) = 41.19%

R = 27.79%
G = 31.02%
B = 41.19%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#707DA6 (or 0x707DA6) is known color: Ship Cove. HEX triplet: 70, 7D and A6. RGB value is (112,125,166). Sum of RGB (Red+Green+Blue) = 112+125+166=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #707DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #707DA6 is #8F8259. Grayscale: #7D7D7D. Windows color (decimal): -9405018 or 10911088. OLE color: 10911088.

HSL color Cylindrical-coordinate representation of color #707DA6: hue angle of 225.56º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #707DA6 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 125 166 -
CMYK 0.33 0.25 0 0.35
HSL 225.56º 0.23% 0.55% -
HSV(B) 225.56º 0.33% 0.65% -
XYZ 20.9 20.87 39 -
YUV 125.79 150.69 118.17 -
System Red Green Blue C M Y K H S L
Decimal 112 125 166 0.33 0.25 0 0.35 225.56 0.23 0.55
Hex 70 7D A6 21 19 0 23 E2 17 37
Octal 160 175 246 41 31 0 43 342 27 67
Binary 1110000 1111101 10100110 100001 11001 0 100011 11100010 10111 110111

Color Harmonies of #707DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DA6

Black with #707DA6

Text Example


Text Example

White with #707DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707DA6; }

 p { color: rgb(112,125,166); }

 H1.HeaderClassName
 {
   color: #707DA6;
 }
 .AnyTagClassName
 {
   color: #707DA6;
 }
</style>

background-color css

<style>
 a { background-color: #707DA6; }

 a { background-color: rgb(112,125,166); }

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

border-color css

<style>
 span { border-color: #707DA6; }

 span { border-color: rgb(112,125,166); }

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