Html Css Color HEX #6FB0DA Malibu

📋 copy color: '#6FB0DA'

red 111 ◦ green 176 ◦ blue 218

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

Shades of Malibu #6FB0DA

Tints of Malibu #6FB0DA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.85%

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

R = 21.98%
G = 34.85%
B = 43.17%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FB0DA (or 0x6FB0DA) is known color: Malibu. HEX triplet: 6F, B0 and DA. RGB value is (111,176,218). Sum of RGB (Red+Green+Blue) = 111+176+218=505 (66% of max value = 765). Red value is 111 (43.75% from 255 or 21.98% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FB0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB0DA is #904F25. Grayscale: #A1A1A1. Windows color (decimal): -9457446 or 14332015. OLE color: 14332015.

HSL color Cylindrical-coordinate representation of color #6FB0DA: hue angle of 203.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB0DA is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 176 218 -
CMYK 0.49 0.19 0 0.15
HSL 203.55º 0.59% 0.65% -
HSV(B) 203.55º 0.49% 0.85% -
XYZ 34.74 39.49 72.12 -
YUV 161.35 159.97 92.08 -
System Red Green Blue C M Y K H S L
Decimal 111 176 218 0.49 0.19 0 0.15 203.55 0.59 0.65
Hex 6F B0 DA 31 13 0 F CC 3B 41
Octal 157 260 332 61 23 0 17 314 73 101
Binary 1101111 10110000 11011010 110001 10011 0 1111 11001100 111011 1000001

Color Harmonies of #6FB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB0DA

Black with #6FB0DA

Text Example


Text Example

White with #6FB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,176,218); }

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

background-color css

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

 a { background-color: rgb(111,176,218); }

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

border-color css

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

 span { border-color: rgb(111,176,218); }

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