Html Css Color HEX #6FBEDD Malibu

📋 copy color: '#6FBEDD'

red 111 ◦ green 190 ◦ blue 221

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

Shades of Malibu #6FBEDD

Tints of Malibu #6FBEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 21.26%
G = 36.4%
B = 42.34%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6FBEDD (or 0x6FBEDD) is known color: Malibu. HEX triplet: 6F, BE and DD. RGB value is (111,190,221). Sum of RGB (Red+Green+Blue) = 111+190+221=522 (69% of max value = 765). Red value is 111 (43.75% from 255 or 21.26% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #6FBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEDD is #904122. Grayscale: #A9A9A9. Windows color (decimal): -9453859 or 14532207. OLE color: 14532207.

HSL color Cylindrical-coordinate representation of color #6FBEDD: hue angle of 196.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FBEDD is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 190 221 -
CMYK 0.50 0.14 0 0.13
HSL 196.91º 0.62% 0.65% -
HSV(B) 196.91º 0.5% 0.87% -
XYZ 38.02 45.43 75.17 -
YUV 169.91 156.83 85.98 -
System Red Green Blue C M Y K H S L
Decimal 111 190 221 0.50 0.14 0 0.13 196.91 0.62 0.65
Hex 6F BE DD 32 E 0 D C5 3E 41
Octal 157 276 335 62 16 0 15 305 76 101
Binary 1101111 10111110 11011101 110010 1110 0 1101 11000101 111110 1000001

Color Harmonies of #6FBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEDD

Black with #6FBEDD

Text Example


Text Example

White with #6FBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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