Html Css Color HEX #6CBEED Malibu

📋 copy color: '#6CBEED'

red 108 ◦ green 190 ◦ blue 237

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

Shades of Malibu #6CBEED

Tints of Malibu #6CBEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.3%

R = 20.19%
G = 35.51%
B = 44.3%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6CBEED (or 0x6CBEED) is known color: Malibu. HEX triplet: 6C, BE and ED. RGB value is (108,190,237). Sum of RGB (Red+Green+Blue) = 108+190+237=535 (70% of max value = 765). Red value is 108 (42.58% from 255 or 20.19% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CBEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CBEED is #934112. Grayscale: #AAAAAA. Windows color (decimal): -9650451 or 15580780. OLE color: 15580780.

HSL color Cylindrical-coordinate representation of color #6CBEED: hue angle of 201.86º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CBEED is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 108 190 237 -
CMYK 0.54 0.20 0 0.07
HSL 201.86º 0.78% 0.68% -
HSV(B) 201.86º 0.54% 0.93% -
XYZ 39.88 46.13 86.92 -
YUV 170.84 165.33 83.18 -
System Red Green Blue C M Y K H S L
Decimal 108 190 237 0.54 0.20 0 0.07 201.86 0.78 0.68
Hex 6C BE ED 36 14 0 7 CA 4E 44
Octal 154 276 355 66 24 0 7 312 116 104
Binary 1101100 10111110 11101101 110110 10100 0 111 11001010 1001110 1000100

Color Harmonies of #6CBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CBEED

Black with #6CBEED

Text Example


Text Example

White with #6CBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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