Html Css Color HEX #6CBEDF Malibu

📋 copy color: '#6CBEDF'

red 108 ◦ green 190 ◦ blue 223

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

Shades of Malibu #6CBEDF

Tints of Malibu #6CBEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 20.73%
G = 36.47%
B = 42.8%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CBEDF (or 0x6CBEDF) is known color: Malibu. HEX triplet: 6C, BE and DF. RGB value is (108,190,223). Sum of RGB (Red+Green+Blue) = 108+190+223=521 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.73% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CBEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CBEDF is #934120. Grayscale: #A9A9A9. Windows color (decimal): -9650465 or 14663276. OLE color: 14663276.

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

Color convert

RGB 108 190 223 -
CMYK 0.52 0.15 0 0.13
HSL 197.22º 0.64% 0.65% -
HSV(B) 197.22º 0.52% 0.87% -
XYZ 37.92 45.34 76.57 -
YUV 169.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 108 190 223 0.52 0.15 0 0.13 197.22 0.64 0.65
Hex 6C BE DF 34 F 0 D C5 40 41
Octal 154 276 337 64 17 0 15 305 100 101
Binary 1101100 10111110 11011111 110100 1111 0 1101 11000101 1000000 1000001

Color Harmonies of #6CBEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEDF

Black with #6CBEDF

Text Example


Text Example

White with #6CBEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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