Html Css Color HEX #678BA4 Bermuda Grey

📋 copy color: '#678BA4'

red 103 ◦ green 139 ◦ blue 164

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

Shades of Bermuda Grey #678BA4

Tints of Bermuda Grey #678BA4

RGB

 RED value IS 103 (40.63% from 255) = 25.37%

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 25.37%
G = 34.24%
B = 40.39%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#678BA4 (or 0x678BA4) is known color: Bermuda Grey. HEX triplet: 67, 8B and A4. RGB value is (103,139,164). Sum of RGB (Red+Green+Blue) = 103+139+164=406 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.37% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #678BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678BA4 is #98745B. Grayscale: #828282. Windows color (decimal): -9991260 or 10783591. OLE color: 10783591.

HSL color Cylindrical-coordinate representation of color #678BA4: hue angle of 204.59º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #678BA4 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 103 139 164 -
CMYK 0.37 0.15 0 0.36
HSL 204.59º 0.25% 0.52% -
HSV(B) 204.59º 0.37% 0.64% -
XYZ 21.53 24.03 38.63 -
YUV 131.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 103 139 164 0.37 0.15 0 0.36 204.59 0.25 0.52
Hex 67 8B A4 25 F 0 24 CD 19 34
Octal 147 213 244 45 17 0 44 315 31 64
Binary 1100111 10001011 10100100 100101 1111 0 100100 11001101 11001 110100

Color Harmonies of #678BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678BA4

Black with #678BA4

Text Example


Text Example

White with #678BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678BA4; }

 p { color: rgb(103,139,164); }

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

background-color css

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

 a { background-color: rgb(103,139,164); }

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

border-color css

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

 span { border-color: rgb(103,139,164); }

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