Html Css Color HEX #67749F Waikawa Grey

📋 copy color: '#67749F'

red 103 ◦ green 116 ◦ blue 159

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

Shades of Waikawa Grey #67749F

Tints of Waikawa Grey #67749F

RGB

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

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

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

R = 27.25%
G = 30.69%
B = 42.06%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67749F (or 0x67749F) is known color: Waikawa Grey. HEX triplet: 67, 74 and 9F. RGB value is (103,116,159). Sum of RGB (Red+Green+Blue) = 103+116+159=378 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.25% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 159 - color contains mainly: blue. Hex color #67749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67749F is #988B60. Grayscale: #747474. Windows color (decimal): -9997153 or 10450023. OLE color: 10450023.

HSL color Cylindrical-coordinate representation of color #67749F: hue angle of 226.07º 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 #67749F is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 116 159 -
CMYK 0.35 0.27 0 0.38
HSL 226.07º 0.23% 0.51% -
HSV(B) 226.07º 0.35% 0.62% -
XYZ 18.1 17.88 35.3 -
YUV 117.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 103 116 159 0.35 0.27 0 0.38 226.07 0.23 0.51
Hex 67 74 9F 23 1B 0 26 E2 17 33
Octal 147 164 237 43 33 0 46 342 27 63
Binary 1100111 1110100 10011111 100011 11011 0 100110 11100010 10111 110011

Color Harmonies of #67749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67749F

Black with #67749F

Text Example


Text Example

White with #67749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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