Html Css Color HEX #6F4462 Cosmic

📋 copy color: '#6F4462'

red 111 ◦ green 68 ◦ blue 98

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

Shades of Cosmic #6F4462

Tints of Cosmic #6F4462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 40.07%
G = 24.55%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#6F4462 (or 0x6F4462) is known color: Cosmic. HEX triplet: 6F, 44 and 62. RGB value is (111,68,98). Sum of RGB (Red+Green+Blue) = 111+68+98=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4462 is #90BB9D. Grayscale: #545454. Windows color (decimal): -9485214 or 6440047. OLE color: 6440047.

HSL color Cylindrical-coordinate representation of color #6F4462: hue angle of 318.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4462 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 68 98 -
CMYK 0 0.39 0.12 0.56
HSL 318.14º 0.24% 0.35% -
HSV(B) 318.14º 0.39% 0.44% -
XYZ 10.83 8.4 12.61 -
YUV 84.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 111 68 98 0 0.39 0.12 0.56 318.14 0.24 0.35
Hex 6F 44 62 0 27 C 38 13E 18 23
Octal 157 104 142 0 47 14 70 476 30 43
Binary 1101111 1000100 1100010 0 100111 1100 111000 100111110 11000 100011

Color Harmonies of #6F4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4462

Black with #6F4462

Text Example


Text Example

White with #6F4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,68,98); }

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

background-color css

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

 a { background-color: rgb(111,68,98); }

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

border-color css

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

 span { border-color: rgb(111,68,98); }

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