Html Css Color HEX #67749B Waikawa Grey

📋 copy color: '#67749B'

red 103 ◦ green 116 ◦ blue 155

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

Shades of Waikawa Grey #67749B

Tints of Waikawa Grey #67749B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 27.54%
G = 31.02%
B = 41.44%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67749B (or 0x67749B) is known color: Waikawa Grey. HEX triplet: 67, 74 and 9B. RGB value is (103,116,155). Sum of RGB (Red+Green+Blue) = 103+116+155=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #67749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749B is #988B64. Grayscale: #747474. Windows color (decimal): -9997157 or 10187879. OLE color: 10187879.

HSL color Cylindrical-coordinate representation of color #67749B: hue angle of 225º 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 #67749B is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 116 155 -
CMYK 0.34 0.25 0 0.39
HSL 225º 0.21% 0.51% -
HSV(B) 225º 0.34% 0.61% -
XYZ 17.76 17.74 33.5 -
YUV 116.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 103 116 155 0.34 0.25 0 0.39 225 0.21 0.51
Hex 67 74 9B 22 19 0 27 E1 15 33
Octal 147 164 233 42 31 0 47 341 25 63
Binary 1100111 1110100 10011011 100010 11001 0 100111 11100001 10101 110011

Color Harmonies of #67749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67749B

Black with #67749B

Text Example


Text Example

White with #67749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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