Html Css Color HEX #6EBFDA Malibu

📋 copy color: '#6EBFDA'

red 110 ◦ green 191 ◦ blue 218

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

Shades of Malibu #6EBFDA

Tints of Malibu #6EBFDA

RGB

 RED value IS 110 (43.36% from 255) = 21.19%

 GREEN value IS 191 (75% from 255) = 36.8%

 BLUE value IS 218 (85.55% from 255) = 42%

R = 21.19%
G = 36.8%
B = 42%

CMYK

 C value IS 0.50

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6EBFDA (or 0x6EBFDA) is known color: Malibu. HEX triplet: 6E, BF and DA. RGB value is (110,191,218). Sum of RGB (Red+Green+Blue) = 110+191+218=519 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.19% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #6EBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFDA is #914025. Grayscale: #A9A9A9. Windows color (decimal): -9519142 or 14335854. OLE color: 14335854.

HSL color Cylindrical-coordinate representation of color #6EBFDA: hue angle of 195º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBFDA is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 191 218 -
CMYK 0.50 0.12 0 0.15
HSL 195º 0.59% 0.64% -
HSV(B) 195º 0.5% 0.85% -
XYZ 37.72 45.64 73.15 -
YUV 169.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 110 191 218 0.50 0.12 0 0.15 195 0.59 0.64
Hex 6E BF DA 32 C 0 F C3 3B 40
Octal 156 277 332 62 14 0 17 303 73 100
Binary 1101110 10111111 11011010 110010 1100 0 1111 11000011 111011 1000000

Color Harmonies of #6EBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFDA

Black with #6EBFDA

Text Example


Text Example

White with #6EBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,218); }

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

background-color css

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

 a { background-color: rgb(110,191,218); }

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

border-color css

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

 span { border-color: rgb(110,191,218); }

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