Html Css Color HEX #6FBEE8 Malibu

📋 copy color: '#6FBEE8'

red 111 ◦ green 190 ◦ blue 232

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

Shades of Malibu #6FBEE8

Tints of Malibu #6FBEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.53%

R = 20.83%
G = 35.65%
B = 43.53%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6FBEE8 (or 0x6FBEE8) is known color: Malibu. HEX triplet: 6F, BE and E8. RGB value is (111,190,232). Sum of RGB (Red+Green+Blue) = 111+190+232=533 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.83% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #6FBEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEE8 is #904117. Grayscale: #AAAAAA. Windows color (decimal): -9453848 or 15253103. OLE color: 15253103.

HSL color Cylindrical-coordinate representation of color #6FBEE8: hue angle of 200.83º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FBEE8 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 111 190 232 -
CMYK 0.52 0.18 0 0.09
HSL 200.83º 0.72% 0.67% -
HSV(B) 200.83º 0.52% 0.91% -
XYZ 39.53 46.03 83.15 -
YUV 171.17 162.33 85.08 -
System Red Green Blue C M Y K H S L
Decimal 111 190 232 0.52 0.18 0 0.09 200.83 0.72 0.67
Hex 6F BE E8 34 12 0 9 C9 48 43
Octal 157 276 350 64 22 0 11 311 110 103
Binary 1101111 10111110 11101000 110100 10010 0 1001 11001001 1001000 1000011

Color Harmonies of #6FBEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEE8

Black with #6FBEE8

Text Example


Text Example

White with #6FBEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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