Html Css Color HEX #6DB0D7 Malibu

📋 copy color: '#6DB0D7'

red 109 ◦ green 176 ◦ blue 215

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

Shades of Malibu #6DB0D7

Tints of Malibu #6DB0D7

RGB

 RED value IS 109 (42.97% from 255) = 21.8%

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

 BLUE value IS 215 (84.38% from 255) = 43%

R = 21.8%
G = 35.2%
B = 43%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DB0D7 (or 0x6DB0D7) is known color: Malibu. HEX triplet: 6D, B0 and D7. RGB value is (109,176,215). Sum of RGB (Red+Green+Blue) = 109+176+215=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #6DB0D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB0D7 is #924F28. Grayscale: #A0A0A0. Windows color (decimal): -9588521 or 14135405. OLE color: 14135405.

HSL color Cylindrical-coordinate representation of color #6DB0D7: hue angle of 202.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DB0D7 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 176 215 -
CMYK 0.49 0.18 0 0.16
HSL 202.08º 0.57% 0.64% -
HSV(B) 202.08º 0.49% 0.84% -
XYZ 34.1 39.21 70.06 -
YUV 160.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 109 176 215 0.49 0.18 0 0.16 202.08 0.57 0.64
Hex 6D B0 D7 31 12 0 10 CA 39 40
Octal 155 260 327 61 22 0 20 312 71 100
Binary 1101101 10110000 11010111 110001 10010 0 10000 11001010 111001 1000000

Color Harmonies of #6DB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB0D7

Black with #6DB0D7

Text Example


Text Example

White with #6DB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,176,215); }

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

background-color css

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

 a { background-color: rgb(109,176,215); }

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

border-color css

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

 span { border-color: rgb(109,176,215); }

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