Html Css Color HEX #67789B Waikawa Grey

📋 copy color: '#67789B'

red 103 ◦ green 120 ◦ blue 155

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

Shades of Waikawa Grey #67789B

Tints of Waikawa Grey #67789B

RGB

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

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

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

R = 27.25%
G = 31.75%
B = 41.01%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67789B (or 0x67789B) is known color: Waikawa Grey. HEX triplet: 67, 78 and 9B. RGB value is (103,120,155). Sum of RGB (Red+Green+Blue) = 103+120+155=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #67789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67789B is #988764. Grayscale: #767676. Windows color (decimal): -9996133 or 10188903. OLE color: 10188903.

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

Color convert

RGB 103 120 155 -
CMYK 0.34 0.23 0 0.39
HSL 220.38º 0.21% 0.51% -
HSV(B) 220.38º 0.34% 0.61% -
XYZ 18.23 18.68 33.66 -
YUV 118.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 103 120 155 0.34 0.23 0 0.39 220.38 0.21 0.51
Hex 67 78 9B 22 17 0 27 DC 15 33
Octal 147 170 233 42 27 0 47 334 25 63
Binary 1100111 1111000 10011011 100010 10111 0 100111 11011100 10101 110011

Color Harmonies of #67789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67789B

Black with #67789B

Text Example


Text Example

White with #67789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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