Html Css Color HEX #667A9F Waikawa Grey

📋 copy color: '#667A9F'

red 102 ◦ green 122 ◦ blue 159

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

Shades of Waikawa Grey #667A9F

Tints of Waikawa Grey #667A9F

RGB

 RED value IS 102 (40.23% from 255) = 26.63%

 GREEN value IS 122 (48.05% from 255) = 31.85%

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

R = 26.63%
G = 31.85%
B = 41.51%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#667A9F (or 0x667A9F) is known color: Waikawa Grey. HEX triplet: 66, 7A and 9F. RGB value is (102,122,159). Sum of RGB (Red+Green+Blue) = 102+122+159=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #667A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A9F is #998560. Grayscale: #787878. Windows color (decimal): -10061153 or 10451558. OLE color: 10451558.

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

Color convert

RGB 102 122 159 -
CMYK 0.36 0.23 0 0.38
HSL 218.95º 0.23% 0.51% -
HSV(B) 218.95º 0.36% 0.62% -
XYZ 18.7 19.25 35.53 -
YUV 120.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 102 122 159 0.36 0.23 0 0.38 218.95 0.23 0.51
Hex 66 7A 9F 24 17 0 26 DB 17 33
Octal 146 172 237 44 27 0 46 333 27 63
Binary 1100110 1111010 10011111 100100 10111 0 100110 11011011 10111 110011

Color Harmonies of #667A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667A9F

Black with #667A9F

Text Example


Text Example

White with #667A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667A9F; }

 p { color: rgb(102,122,159); }

 H1.HeaderClassName
 {
   color: #667A9F;
 }
 .AnyTagClassName
 {
   color: #667A9F;
 }
</style>

background-color css

<style>
 a { background-color: #667A9F; }

 a { background-color: rgb(102,122,159); }

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

border-color css

<style>
 span { border-color: #667A9F; }

 span { border-color: rgb(102,122,159); }

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