Html Css Color HEX #6CBEDD Malibu

📋 copy color: '#6CBEDD'

red 108 ◦ green 190 ◦ blue 221

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

Shades of Malibu #6CBEDD

Tints of Malibu #6CBEDD

RGB

 RED value IS 108 (42.58% from 255) = 20.81%

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

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

R = 20.81%
G = 36.61%
B = 42.58%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBEDD (or 0x6CBEDD) is known color: Malibu. HEX triplet: 6C, BE and DD. RGB value is (108,190,221). Sum of RGB (Red+Green+Blue) = 108+190+221=519 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.81% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #6CBEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEDD is #934122. Grayscale: #A8A8A8. Windows color (decimal): -9650467 or 14532204. OLE color: 14532204.

HSL color Cylindrical-coordinate representation of color #6CBEDD: hue angle of 196.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CBEDD is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 108 190 221 -
CMYK 0.51 0.14 0 0.13
HSL 196.46º 0.62% 0.65% -
HSV(B) 196.46º 0.51% 0.87% -
XYZ 37.65 45.24 75.15 -
YUV 169.02 157.33 84.48 -
System Red Green Blue C M Y K H S L
Decimal 108 190 221 0.51 0.14 0 0.13 196.46 0.62 0.65
Hex 6C BE DD 33 E 0 D C4 3E 41
Octal 154 276 335 63 16 0 15 304 76 101
Binary 1101100 10111110 11011101 110011 1110 0 1101 11000100 111110 1000001

Color Harmonies of #6CBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEDD

Black with #6CBEDD

Text Example


Text Example

White with #6CBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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