Html Css Color HEX #6C7398 Waikawa Grey

📋 copy color: '#6C7398'

red 108 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #6C7398

Tints of Waikawa Grey #6C7398

RGB

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

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

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

R = 28.8%
G = 30.67%
B = 40.53%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6C7398 (or 0x6C7398) is known color: Waikawa Grey. HEX triplet: 6C, 73 and 98. RGB value is (108,115,152). Sum of RGB (Red+Green+Blue) = 108+115+152=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C7398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7398 is #938C67. Grayscale: #747474. Windows color (decimal): -9669736 or 9991020. OLE color: 9991020.

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

Color convert

RGB 108 115 152 -
CMYK 0.29 0.24 0 0.40
HSL 230.45º 0.18% 0.51% -
HSV(B) 230.45º 0.29% 0.6% -
XYZ 17.98 17.72 32.18 -
YUV 117.13 147.68 121.49 -
System Red Green Blue C M Y K H S L
Decimal 108 115 152 0.29 0.24 0 0.40 230.45 0.18 0.51
Hex 6C 73 98 1D 18 0 28 E6 12 33
Octal 154 163 230 35 30 0 50 346 22 63
Binary 1101100 1110011 10011000 11101 11000 0 101000 11100110 10010 110011

Color Harmonies of #6C7398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7398

Black with #6C7398

Text Example


Text Example

White with #6C7398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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