Html Css Color HEX #67749C Waikawa Grey

📋 copy color: '#67749C'

red 103 ◦ green 116 ◦ blue 156

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

Shades of Waikawa Grey #67749C

Tints of Waikawa Grey #67749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 156 (61.33% from 255) = 41.6%

R = 27.47%
G = 30.93%
B = 41.6%

CMYK

 C value IS 0.34

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67749C (or 0x67749C) is known color: Waikawa Grey. HEX triplet: 67, 74 and 9C. RGB value is (103,116,156). Sum of RGB (Red+Green+Blue) = 103+116+156=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #67749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749C is #988B63. Grayscale: #747474. Windows color (decimal): -9997156 or 10253415. OLE color: 10253415.

HSL color Cylindrical-coordinate representation of color #67749C: hue angle of 225.28º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67749C is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 116 156 -
CMYK 0.34 0.26 0 0.39
HSL 225.28º 0.21% 0.51% -
HSV(B) 225.28º 0.34% 0.61% -
XYZ 17.84 17.77 33.94 -
YUV 116.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 103 116 156 0.34 0.26 0 0.39 225.28 0.21 0.51
Hex 67 74 9C 22 1A 0 27 E1 15 33
Octal 147 164 234 42 32 0 47 341 25 63
Binary 1100111 1110100 10011100 100010 11010 0 100111 11100001 10101 110011

Color Harmonies of #67749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67749C

Black with #67749C

Text Example


Text Example

White with #67749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67749C; }

 p { color: rgb(103,116,156); }

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

background-color css

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

 a { background-color: rgb(103,116,156); }

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

border-color css

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

 span { border-color: rgb(103,116,156); }

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