Html Css Color HEX #6FC0EB Malibu

📋 copy color: '#6FC0EB'

red 111 ◦ green 192 ◦ blue 235

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

Shades of Malibu #6FC0EB

Tints of Malibu #6FC0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.69%

 BLUE value IS 235 (92.19% from 255) = 43.68%

R = 20.63%
G = 35.69%
B = 43.68%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FC0EB (or 0x6FC0EB) is known color: Malibu. HEX triplet: 6F, C0 and EB. RGB value is (111,192,235). Sum of RGB (Red+Green+Blue) = 111+192+235=538 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.63% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #6FC0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC0EB is #903F14. Grayscale: #ACACAC. Windows color (decimal): -9453333 or 15450223. OLE color: 15450223.

HSL color Cylindrical-coordinate representation of color #6FC0EB: hue angle of 200.81º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FC0EB is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 192 235 -
CMYK 0.53 0.18 0 0.08
HSL 200.81º 0.76% 0.68% -
HSV(B) 200.81º 0.53% 0.92% -
XYZ 40.4 47.08 85.55 -
YUV 172.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 111 192 235 0.53 0.18 0 0.08 200.81 0.76 0.68
Hex 6F C0 EB 35 12 0 8 C9 4C 44
Octal 157 300 353 65 22 0 10 311 114 104
Binary 1101111 11000000 11101011 110101 10010 0 1000 11001001 1001100 1000100

Color Harmonies of #6FC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC0EB

Black with #6FC0EB

Text Example


Text Example

White with #6FC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,192,235); }

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

background-color css

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

 a { background-color: rgb(111,192,235); }

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

border-color css

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

 span { border-color: rgb(111,192,235); }

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