Html Css Color HEX #6A7398 Waikawa Grey

📋 copy color: '#6A7398'

red 106 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #6A7398

Tints of Waikawa Grey #6A7398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.75%

R = 28.42%
G = 30.83%
B = 40.75%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6A7398 (or 0x6A7398) is known color: Waikawa Grey. HEX triplet: 6A, 73 and 98. RGB value is (106,115,152). Sum of RGB (Red+Green+Blue) = 106+115+152=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 152 (59.77% from 255 or 40.75% from 373); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7398 is #958C67. Grayscale: #747474. Windows color (decimal): -9800808 or 9991018. OLE color: 9991018.

HSL color Cylindrical-coordinate representation of color #6A7398: hue angle of 228.26º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A7398 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 106 115 152 -
CMYK 0.30 0.24 0 0.40
HSL 228.26º 0.18% 0.51% -
HSV(B) 228.26º 0.3% 0.6% -
XYZ 17.74 17.59 32.17 -
YUV 116.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 106 115 152 0.30 0.24 0 0.40 228.26 0.18 0.51
Hex 6A 73 98 1E 18 0 28 E4 12 33
Octal 152 163 230 36 30 0 50 344 22 63
Binary 1101010 1110011 10011000 11110 11000 0 101000 11100100 10010 110011

Color Harmonies of #6A7398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7398

Black with #6A7398

Text Example


Text Example

White with #6A7398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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