Html Css Color HEX #6FBEEA Malibu

📋 copy color: '#6FBEEA'

red 111 ◦ green 190 ◦ blue 234

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

Shades of Malibu #6FBEEA

Tints of Malibu #6FBEEA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 234 (91.8% from 255) = 43.74%

R = 20.75%
G = 35.51%
B = 43.74%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6FBEEA (or 0x6FBEEA) is known color: Malibu. HEX triplet: 6F, BE and EA. RGB value is (111,190,234). Sum of RGB (Red+Green+Blue) = 111+190+234=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #6FBEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEEA is #904115. Grayscale: #ABABAB. Windows color (decimal): -9453846 or 15384175. OLE color: 15384175.

HSL color Cylindrical-coordinate representation of color #6FBEEA: hue angle of 201.46º degrees, saturation: 0.75, 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 #6FBEEA is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 190 234 -
CMYK 0.53 0.19 0 0.08
HSL 201.46º 0.75% 0.68% -
HSV(B) 201.46º 0.53% 0.92% -
XYZ 39.82 46.15 84.65 -
YUV 171.4 163.33 84.92 -
System Red Green Blue C M Y K H S L
Decimal 111 190 234 0.53 0.19 0 0.08 201.46 0.75 0.68
Hex 6F BE EA 35 13 0 8 C9 4B 44
Octal 157 276 352 65 23 0 10 311 113 104
Binary 1101111 10111110 11101010 110101 10011 0 1000 11001001 1001011 1000100

Color Harmonies of #6FBEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEEA

Black with #6FBEEA

Text Example


Text Example

White with #6FBEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,190,234); }

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

background-color css

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

 a { background-color: rgb(111,190,234); }

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

border-color css

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

 span { border-color: rgb(111,190,234); }

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