Html Css Color HEX #6A789C Waikawa Grey

📋 copy color: '#6A789C'

red 106 ◦ green 120 ◦ blue 156

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

Shades of Waikawa Grey #6A789C

Tints of Waikawa Grey #6A789C

RGB

 RED value IS 106 (41.8% from 255) = 27.75%

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

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

R = 27.75%
G = 31.41%
B = 40.84%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A789C (or 0x6A789C) is known color: Waikawa Grey. HEX triplet: 6A, 78 and 9C. RGB value is (106,120,156). Sum of RGB (Red+Green+Blue) = 106+120+156=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A789C is #958763. Grayscale: #777777. Windows color (decimal): -9799524 or 10254442. OLE color: 10254442.

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

Color convert

RGB 106 120 156 -
CMYK 0.32 0.23 0 0.39
HSL 223.2º 0.2% 0.51% -
HSV(B) 223.2º 0.32% 0.61% -
XYZ 18.66 18.9 34.12 -
YUV 119.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 106 120 156 0.32 0.23 0 0.39 223.2 0.2 0.51
Hex 6A 78 9C 20 17 0 27 DF 14 33
Octal 152 170 234 40 27 0 47 337 24 63
Binary 1101010 1111000 10011100 100000 10111 0 100111 11011111 10100 110011

Color Harmonies of #6A789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A789C

Black with #6A789C

Text Example


Text Example

White with #6A789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,120,156); }

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

background-color css

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

 a { background-color: rgb(106,120,156); }

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

border-color css

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

 span { border-color: rgb(106,120,156); }

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