Html Css Color HEX #6F7798 Waikawa Grey

📋 copy color: '#6F7798'

red 111 ◦ green 119 ◦ blue 152

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

Shades of Waikawa Grey #6F7798

Tints of Waikawa Grey #6F7798

RGB

 RED value IS 111 (43.75% from 255) = 29.06%

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 29.06%
G = 31.15%
B = 39.79%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F7798 (or 0x6F7798) is known color: Waikawa Grey. HEX triplet: 6F, 77 and 98. RGB value is (111,119,152). Sum of RGB (Red+Green+Blue) = 111+119+152=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F7798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7798 is #908867. Grayscale: #787878. Windows color (decimal): -9472104 or 9992047. OLE color: 9992047.

HSL color Cylindrical-coordinate representation of color #6F7798: hue angle of 228.29º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F7798 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 119 152 -
CMYK 0.27 0.22 0 0.40
HSL 228.29º 0.17% 0.52% -
HSV(B) 228.29º 0.27% 0.6% -
XYZ 18.82 18.84 32.35 -
YUV 120.37 145.85 121.32 -
System Red Green Blue C M Y K H S L
Decimal 111 119 152 0.27 0.22 0 0.40 228.29 0.17 0.52
Hex 6F 77 98 1B 16 0 28 E4 11 34
Octal 157 167 230 33 26 0 50 344 21 64
Binary 1101111 1110111 10011000 11011 10110 0 101000 11100100 10001 110100

Color Harmonies of #6F7798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7798

Black with #6F7798

Text Example


Text Example

White with #6F7798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,119,152); }

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

background-color css

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

 a { background-color: rgb(111,119,152); }

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

border-color css

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

 span { border-color: rgb(111,119,152); }

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