Html Css Color HEX #6BBEDD Malibu

📋 copy color: '#6BBEDD'

red 107 ◦ green 190 ◦ blue 221

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

Shades of Malibu #6BBEDD

Tints of Malibu #6BBEDD

RGB

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

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

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

R = 20.66%
G = 36.68%
B = 42.66%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BBEDD (or 0x6BBEDD) is known color: Malibu. HEX triplet: 6B, BE and DD. RGB value is (107,190,221). Sum of RGB (Red+Green+Blue) = 107+190+221=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #6BBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBEDD is #944122. Grayscale: #A8A8A8. Windows color (decimal): -9716003 or 14532203. OLE color: 14532203.

HSL color Cylindrical-coordinate representation of color #6BBEDD: hue angle of 196.32º 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 #6BBEDD is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 190 221 -
CMYK 0.52 0.14 0 0.13
HSL 196.32º 0.63% 0.64% -
HSV(B) 196.32º 0.52% 0.87% -
XYZ 37.53 45.17 75.15 -
YUV 168.72 157.5 83.98 -
System Red Green Blue C M Y K H S L
Decimal 107 190 221 0.52 0.14 0 0.13 196.32 0.63 0.64
Hex 6B BE DD 34 E 0 D C4 3F 40
Octal 153 276 335 64 16 0 15 304 77 100
Binary 1101011 10111110 11011101 110100 1110 0 1101 11000100 111111 1000000

Color Harmonies of #6BBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBEDD

Black with #6BBEDD

Text Example


Text Example

White with #6BBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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