Html Css Color HEX #67789F Waikawa Grey

📋 copy color: '#67789F'

red 103 ◦ green 120 ◦ blue 159

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

Shades of Waikawa Grey #67789F

Tints of Waikawa Grey #67789F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 26.96%
G = 31.41%
B = 41.62%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67789F (or 0x67789F) is known color: Waikawa Grey. HEX triplet: 67, 78 and 9F. RGB value is (103,120,159). Sum of RGB (Red+Green+Blue) = 103+120+159=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #67789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67789F is #988760. Grayscale: #777777. Windows color (decimal): -9996129 or 10451047. OLE color: 10451047.

HSL color Cylindrical-coordinate representation of color #67789F: hue angle of 221.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67789F is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 120 159 -
CMYK 0.35 0.25 0 0.38
HSL 221.79º 0.23% 0.51% -
HSV(B) 221.79º 0.35% 0.62% -
XYZ 18.57 18.82 35.45 -
YUV 119.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 103 120 159 0.35 0.25 0 0.38 221.79 0.23 0.51
Hex 67 78 9F 23 19 0 26 DE 17 33
Octal 147 170 237 43 31 0 46 336 27 63
Binary 1100111 1111000 10011111 100011 11001 0 100110 11011110 10111 110011

Color Harmonies of #67789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67789F

Black with #67789F

Text Example


Text Example

White with #67789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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