Html Css Color HEX #67759C Waikawa Grey

📋 copy color: '#67759C'

red 103 ◦ green 117 ◦ blue 156

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

Shades of Waikawa Grey #67759C

Tints of Waikawa Grey #67759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 27.39%
G = 31.12%
B = 41.49%

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

#67759C (or 0x67759C) is known color: Waikawa Grey. HEX triplet: 67, 75 and 9C. RGB value is (103,117,156). Sum of RGB (Red+Green+Blue) = 103+117+156=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #67759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67759C is #988A63. Grayscale: #757575. Windows color (decimal): -9996900 or 10253671. OLE color: 10253671.

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

Color convert

RGB 103 117 156 -
CMYK 0.34 0.25 0 0.39
HSL 224.15º 0.21% 0.51% -
HSV(B) 224.15º 0.34% 0.61% -
XYZ 17.96 18.01 33.98 -
YUV 117.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 103 117 156 0.34 0.25 0 0.39 224.15 0.21 0.51
Hex 67 75 9C 22 19 0 27 E0 15 33
Octal 147 165 234 42 31 0 47 340 25 63
Binary 1100111 1110101 10011100 100010 11001 0 100111 11100000 10101 110011

Color Harmonies of #67759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67759C

Black with #67759C

Text Example


Text Example

White with #67759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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