Html Css Color HEX #6A738D Waikawa Grey

📋 copy color: '#6A738D'

red 106 ◦ green 115 ◦ blue 141

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

Shades of Waikawa Grey #6A738D

Tints of Waikawa Grey #6A738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.77%

 BLUE value IS 141 (55.47% from 255) = 38.95%

R = 29.28%
G = 31.77%
B = 38.95%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A738D (or 0x6A738D) is known color: Waikawa Grey. HEX triplet: 6A, 73 and 8D. RGB value is (106,115,141). Sum of RGB (Red+Green+Blue) = 106+115+141=362 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.28% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A738D is #958C72. Grayscale: #737373. Windows color (decimal): -9800819 or 9270122. OLE color: 9270122.

HSL color Cylindrical-coordinate representation of color #6A738D: hue angle of 224.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A738D is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 115 141 -
CMYK 0.25 0.18 0 0.45
HSL 224.57º 0.14% 0.48% -
HSV(B) 224.57º 0.25% 0.55% -
XYZ 16.88 17.25 27.64 -
YUV 115.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 106 115 141 0.25 0.18 0 0.45 224.57 0.14 0.48
Hex 6A 73 8D 19 12 0 2D E1 E 30
Octal 152 163 215 31 22 0 55 341 16 60
Binary 1101010 1110011 10001101 11001 10010 0 101101 11100001 1110 110000

Color Harmonies of #6A738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A738D

Black with #6A738D

Text Example


Text Example

White with #6A738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,115,141); }

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

background-color css

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

 a { background-color: rgb(106,115,141); }

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

border-color css

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

 span { border-color: rgb(106,115,141); }

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