Html Css Color HEX #617BA4 Waikawa Grey

📋 copy color: '#617BA4'

red 97 ◦ green 123 ◦ blue 164

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

Shades of Waikawa Grey #617BA4

Tints of Waikawa Grey #617BA4

RGB

 RED value IS 97 (38.28% from 255) = 25.26%

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 25.26%
G = 32.03%
B = 42.71%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#617BA4 (or 0x617BA4) is known color: Waikawa Grey. HEX triplet: 61, 7B and A4. RGB value is (97,123,164). Sum of RGB (Red+Green+Blue) = 97+123+164=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 164 (64.45% from 255 or 42.71% from 384); Max value from RGB is 164 - color contains mainly: blue. Hex color #617BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617BA4 is #9E845B. Grayscale: #777777. Windows color (decimal): -10388572 or 10779489. OLE color: 10779489.

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

Color convert

RGB 97 123 164 -
CMYK 0.41 0.25 0 0.36
HSL 216.72º 0.27% 0.51% -
HSV(B) 216.72º 0.41% 0.64% -
XYZ 18.71 19.39 37.88 -
YUV 119.9 152.89 111.67 -
System Red Green Blue C M Y K H S L
Decimal 97 123 164 0.41 0.25 0 0.36 216.72 0.27 0.51
Hex 61 7B A4 29 19 0 24 D9 1B 33
Octal 141 173 244 51 31 0 44 331 33 63
Binary 1100001 1111011 10100100 101001 11001 0 100100 11011001 11011 110011

Color Harmonies of #617BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617BA4

Black with #617BA4

Text Example


Text Example

White with #617BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,123,164); }

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

background-color css

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

 a { background-color: rgb(97,123,164); }

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

border-color css

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

 span { border-color: rgb(97,123,164); }

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