Html Css Color HEX #6C759C Waikawa Grey

📋 copy color: '#6C759C'

red 108 ◦ green 117 ◦ blue 156

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

Shades of Waikawa Grey #6C759C

Tints of Waikawa Grey #6C759C

RGB

 RED value IS 108 (42.58% from 255) = 28.35%

 GREEN value IS 117 (46.09% from 255) = 30.71%

 BLUE value IS 156 (61.33% from 255) = 40.94%

R = 28.35%
G = 30.71%
B = 40.94%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C759C (or 0x6C759C) is known color: Waikawa Grey. HEX triplet: 6C, 75 and 9C. RGB value is (108,117,156). Sum of RGB (Red+Green+Blue) = 108+117+156=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 117 (46.09% from 255 or 30.71% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 156 - color contains mainly: blue. Hex color #6C759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C759C is #938A63. Grayscale: #767676. Windows color (decimal): -9669220 or 10253676. OLE color: 10253676.

HSL color Cylindrical-coordinate representation of color #6C759C: hue angle of 228.75º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C759C is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 117 156 -
CMYK 0.31 0.25 0 0.39
HSL 228.75º 0.2% 0.52% -
HSV(B) 228.75º 0.31% 0.61% -
XYZ 18.55 18.31 34.01 -
YUV 118.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 108 117 156 0.31 0.25 0 0.39 228.75 0.2 0.52
Hex 6C 75 9C 1F 19 0 27 E5 14 34
Octal 154 165 234 37 31 0 47 345 24 64
Binary 1101100 1110101 10011100 11111 11001 0 100111 11100101 10100 110100

Color Harmonies of #6C759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C759C

Black with #6C759C

Text Example


Text Example

White with #6C759C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C759C; }

 p { color: rgb(108,117,156); }

 H1.HeaderClassName
 {
   color: #6C759C;
 }
 .AnyTagClassName
 {
   color: #6C759C;
 }
</style>

background-color css

<style>
 a { background-color: #6C759C; }

 a { background-color: rgb(108,117,156); }

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

border-color css

<style>
 span { border-color: #6C759C; }

 span { border-color: rgb(108,117,156); }

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