Html Css Color HEX #607E7D Breaker Bay

📋 copy color: '#607E7D'

red 96 ◦ green 126 ◦ blue 125

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

Shades of Breaker Bay #607E7D

Tints of Breaker Bay #607E7D

RGB

 RED value IS 96 (37.89% from 255) = 27.67%

 GREEN value IS 126 (49.61% from 255) = 36.31%

 BLUE value IS 125 (49.22% from 255) = 36.02%

R = 27.67%
G = 36.31%
B = 36.02%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#607E7D (or 0x607E7D) is known color: Breaker Bay. HEX triplet: 60, 7E and 7D. RGB value is (96,126,125). Sum of RGB (Red+Green+Blue) = 96+126+125=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 126 - color contains mainly: green. Hex color #607E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607E7D is #9F8182. Grayscale: #747474. Windows color (decimal): -10453379 or 8224352. OLE color: 8224352.

HSL color Cylindrical-coordinate representation of color #607E7D: hue angle of 178º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607E7D is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 96 126 125 -
CMYK 0.24 0 0.01 0.51
HSL 178º 0.14% 0.44% -
HSV(B) 178º 0.24% 0.49% -
XYZ 15.99 18.89 22.21 -
YUV 116.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 96 126 125 0.24 0 0.01 0.51 178 0.14 0.44
Hex 60 7E 7D 18 0 1 33 B2 E 2C
Octal 140 176 175 30 0 1 63 262 16 54
Binary 1100000 1111110 1111101 11000 0 1 110011 10110010 1110 101100

Color Harmonies of #607E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E7D

Black with #607E7D

Text Example


Text Example

White with #607E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607E7D; }

 p { color: rgb(96,126,125); }

 H1.HeaderClassName
 {
   color: #607E7D;
 }
 .AnyTagClassName
 {
   color: #607E7D;
 }
</style>

background-color css

<style>
 a { background-color: #607E7D; }

 a { background-color: rgb(96,126,125); }

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

border-color css

<style>
 span { border-color: #607E7D; }

 span { border-color: rgb(96,126,125); }

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