Html Css Color HEX #6BB1DD Malibu

📋 copy color: '#6BB1DD'

red 107 ◦ green 177 ◦ blue 221

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

Shades of Malibu #6BB1DD

Tints of Malibu #6BB1DD

RGB

 RED value IS 107 (42.19% from 255) = 21.19%

 GREEN value IS 177 (69.53% from 255) = 35.05%

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

R = 21.19%
G = 35.05%
B = 43.76%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BB1DD (or 0x6BB1DD) is known color: Malibu. HEX triplet: 6B, B1 and DD. RGB value is (107,177,221). Sum of RGB (Red+Green+Blue) = 107+177+221=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BB1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BB1DD is #944E22. Grayscale: #A0A0A0. Windows color (decimal): -9719331 or 14528875. OLE color: 14528875.

HSL color Cylindrical-coordinate representation of color #6BB1DD: hue angle of 203.16º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BB1DD is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 177 221 -
CMYK 0.52 0.20 0 0.13
HSL 203.16º 0.63% 0.64% -
HSV(B) 203.16º 0.52% 0.87% -
XYZ 34.84 39.79 74.25 -
YUV 161.09 161.81 89.42 -
System Red Green Blue C M Y K H S L
Decimal 107 177 221 0.52 0.20 0 0.13 203.16 0.63 0.64
Hex 6B B1 DD 34 14 0 D CB 3F 40
Octal 153 261 335 64 24 0 15 313 77 100
Binary 1101011 10110001 11011101 110100 10100 0 1101 11001011 111111 1000000

Color Harmonies of #6BB1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB1DD

Black with #6BB1DD

Text Example


Text Example

White with #6BB1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,177,221); }

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

background-color css

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

 a { background-color: rgb(107,177,221); }

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

border-color css

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

 span { border-color: rgb(107,177,221); }

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