Html Css Color HEX #638180 Breaker Bay

📋 copy color: '#638180'

red 99 ◦ green 129 ◦ blue 128

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

Shades of Breaker Bay #638180

Tints of Breaker Bay #638180

RGB

 RED value IS 99 (39.06% from 255) = 27.81%

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 128 (50.39% from 255) = 35.96%

R = 27.81%
G = 36.24%
B = 35.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#638180 (or 0x638180) is known color: Breaker Bay. HEX triplet: 63, 81 and 80. RGB value is (99,129,128). Sum of RGB (Red+Green+Blue) = 99+129+128=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #638180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638180 is #9C7E7F. Grayscale: #777777. Windows color (decimal): -10256000 or 8421731. OLE color: 8421731.

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

Color convert

RGB 99 129 128 -
CMYK 0.23 0 0.01 0.49
HSL 178º 0.13% 0.45% -
HSV(B) 178º 0.23% 0.51% -
XYZ 16.89 19.91 23.38 -
YUV 119.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 99 129 128 0.23 0 0.01 0.49 178 0.13 0.45
Hex 63 81 80 17 0 1 31 B2 D 2D
Octal 143 201 200 27 0 1 61 262 15 55
Binary 1100011 10000001 10000000 10111 0 1 110001 10110010 1101 101101

Color Harmonies of #638180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638180

Black with #638180

Text Example


Text Example

White with #638180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638180; }

 p { color: rgb(99,129,128); }

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

background-color css

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

 a { background-color: rgb(99,129,128); }

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

border-color css

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

 span { border-color: rgb(99,129,128); }

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