Html Css Color HEX #677093 Waikawa Grey

📋 copy color: '#677093'

red 103 ◦ green 112 ◦ blue 147

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

Shades of Waikawa Grey #677093

Tints of Waikawa Grey #677093

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 28.45%
G = 30.94%
B = 40.61%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#677093 (or 0x677093) is known color: Waikawa Grey. HEX triplet: 67, 70 and 93. RGB value is (103,112,147). Sum of RGB (Red+Green+Blue) = 103+112+147=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #677093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677093 is #988F6C. Grayscale: #717171. Windows color (decimal): -9998189 or 9662567. OLE color: 9662567.

HSL color Cylindrical-coordinate representation of color #677093: hue angle of 227.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #677093 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 103 112 147 -
CMYK 0.30 0.24 0 0.42
HSL 227.73º 0.18% 0.49% -
HSV(B) 227.73º 0.3% 0.58% -
XYZ 16.65 16.58 29.93 -
YUV 113.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 103 112 147 0.30 0.24 0 0.42 227.73 0.18 0.49
Hex 67 70 93 1E 18 0 2A E4 12 31
Octal 147 160 223 36 30 0 52 344 22 61
Binary 1100111 1110000 10010011 11110 11000 0 101010 11100100 10010 110001

Color Harmonies of #677093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677093

Black with #677093

Text Example


Text Example

White with #677093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677093; }

 p { color: rgb(103,112,147); }

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

background-color css

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

 a { background-color: rgb(103,112,147); }

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

border-color css

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

 span { border-color: rgb(103,112,147); }

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