Html Css Color HEX #637093 Waikawa Grey

📋 copy color: '#637093'

red 99 ◦ green 112 ◦ blue 147

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

Shades of Waikawa Grey #637093

Tints of Waikawa Grey #637093

RGB

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

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

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

R = 27.65%
G = 31.28%
B = 41.06%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#637093 (or 0x637093) is known color: Waikawa Grey. HEX triplet: 63, 70 and 93. RGB value is (99,112,147). Sum of RGB (Red+Green+Blue) = 99+112+147=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #637093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #637093 is #9C8F6C. Grayscale: #6F6F6F. Windows color (decimal): -10260333 or 9662563. OLE color: 9662563.

HSL color Cylindrical-coordinate representation of color #637093: hue angle of 223.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #637093 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 112 147 -
CMYK 0.33 0.24 0 0.42
HSL 223.75º 0.2% 0.48% -
HSV(B) 223.75º 0.33% 0.58% -
XYZ 16.21 16.35 29.91 -
YUV 112.1 147.69 118.65 -
System Red Green Blue C M Y K H S L
Decimal 99 112 147 0.33 0.24 0 0.42 223.75 0.2 0.48
Hex 63 70 93 21 18 0 2A E0 14 30
Octal 143 160 223 41 30 0 52 340 24 60
Binary 1100011 1110000 10010011 100001 11000 0 101010 11100000 10100 110000

Color Harmonies of #637093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637093

Black with #637093

Text Example


Text Example

White with #637093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637093; }

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

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

background-color css

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

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

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

border-color css

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

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

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