Html Css Color HEX #676B88 Waikawa Grey

📋 copy color: '#676B88'

red 103 ◦ green 107 ◦ blue 136

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

Shades of Waikawa Grey #676B88

Tints of Waikawa Grey #676B88

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 29.77%
G = 30.92%
B = 39.31%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#676B88 (or 0x676B88) is known color: Waikawa Grey. HEX triplet: 67, 6B and 88. RGB value is (103,107,136). Sum of RGB (Red+Green+Blue) = 103+107+136=346 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.77% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #676B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B88 is #989477. Grayscale: #6C6C6C. Windows color (decimal): -9999480 or 8940391. OLE color: 8940391.

HSL color Cylindrical-coordinate representation of color #676B88: hue angle of 232.73º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #676B88 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 103 107 136 -
CMYK 0.24 0.21 0 0.47
HSL 232.73º 0.14% 0.47% -
HSV(B) 232.73º 0.24% 0.53% -
XYZ 15.3 15.18 25.42 -
YUV 109.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 103 107 136 0.24 0.21 0 0.47 232.73 0.14 0.47
Hex 67 6B 88 18 15 0 2F E9 E 2F
Octal 147 153 210 30 25 0 57 351 16 57
Binary 1100111 1101011 10001000 11000 10101 0 101111 11101001 1110 101111

Color Harmonies of #676B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676B88

Black with #676B88

Text Example


Text Example

White with #676B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676B88; }

 p { color: rgb(103,107,136); }

 H1.HeaderClassName
 {
   color: #676B88;
 }
 .AnyTagClassName
 {
   color: #676B88;
 }
</style>

background-color css

<style>
 a { background-color: #676B88; }

 a { background-color: rgb(103,107,136); }

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

border-color css

<style>
 span { border-color: #676B88; }

 span { border-color: rgb(103,107,136); }

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