Html Css Color HEX #67719A Waikawa Grey

📋 copy color: '#67719A'

red 103 ◦ green 113 ◦ blue 154

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

Shades of Waikawa Grey #67719A

Tints of Waikawa Grey #67719A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 27.84%
G = 30.54%
B = 41.62%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67719A (or 0x67719A) is known color: Waikawa Grey. HEX triplet: 67, 71 and 9A. RGB value is (103,113,154). Sum of RGB (Red+Green+Blue) = 103+113+154=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #67719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67719A is #988E65. Grayscale: #727272. Windows color (decimal): -9997926 or 10121575. OLE color: 10121575.

HSL color Cylindrical-coordinate representation of color #67719A: hue angle of 228.24º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67719A is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 113 154 -
CMYK 0.33 0.27 0 0.40
HSL 228.24º 0.2% 0.5% -
HSV(B) 228.24º 0.33% 0.6% -
XYZ 17.33 17.03 32.94 -
YUV 114.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 103 113 154 0.33 0.27 0 0.40 228.24 0.2 0.5
Hex 67 71 9A 21 1B 0 28 E4 14 32
Octal 147 161 232 41 33 0 50 344 24 62
Binary 1100111 1110001 10011010 100001 11011 0 101000 11100100 10100 110010

Color Harmonies of #67719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67719A

Black with #67719A

Text Example


Text Example

White with #67719A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67719A; }

 p { color: rgb(103,113,154); }

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

background-color css

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

 a { background-color: rgb(103,113,154); }

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

border-color css

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

 span { border-color: rgb(103,113,154); }

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