Html Css Color HEX #67789A Waikawa Grey

📋 copy color: '#67789A'

red 103 ◦ green 120 ◦ blue 154

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

Shades of Waikawa Grey #67789A

Tints of Waikawa Grey #67789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.83%

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

R = 27.32%
G = 31.83%
B = 40.85%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67789A (or 0x67789A) is known color: Waikawa Grey. HEX triplet: 67, 78 and 9A. RGB value is (103,120,154). Sum of RGB (Red+Green+Blue) = 103+120+154=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #67789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67789A is #988765. Grayscale: #767676. Windows color (decimal): -9996134 or 10123367. OLE color: 10123367.

HSL color Cylindrical-coordinate representation of color #67789A: hue angle of 220º 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 #67789A is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 120 154 -
CMYK 0.33 0.22 0 0.40
HSL 220º 0.2% 0.5% -
HSV(B) 220º 0.33% 0.6% -
XYZ 18.14 18.65 33.22 -
YUV 118.79 147.87 116.74 -
System Red Green Blue C M Y K H S L
Decimal 103 120 154 0.33 0.22 0 0.40 220 0.2 0.5
Hex 67 78 9A 21 16 0 28 DC 14 32
Octal 147 170 232 41 26 0 50 334 24 62
Binary 1100111 1111000 10011010 100001 10110 0 101000 11011100 10100 110010

Color Harmonies of #67789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67789A

Black with #67789A

Text Example


Text Example

White with #67789A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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