Html Css Color HEX #6BBCEA Malibu

📋 copy color: '#6BBCEA'

red 107 ◦ green 188 ◦ blue 234

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

Shades of Malibu #6BBCEA

Tints of Malibu #6BBCEA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.54%

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 20.23%
G = 35.54%
B = 44.23%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BBCEA (or 0x6BBCEA) is known color: Malibu. HEX triplet: 6B, BC and EA. RGB value is (107,188,234). Sum of RGB (Red+Green+Blue) = 107+188+234=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BBCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BBCEA is #944315. Grayscale: #A8A8A8. Windows color (decimal): -9716502 or 15383659. OLE color: 15383659.

HSL color Cylindrical-coordinate representation of color #6BBCEA: hue angle of 201.73º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BBCEA is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 188 234 -
CMYK 0.54 0.20 0 0.08
HSL 201.73º 0.75% 0.67% -
HSV(B) 201.73º 0.54% 0.92% -
XYZ 38.9 45.03 84.48 -
YUV 169.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 107 188 234 0.54 0.20 0 0.08 201.73 0.75 0.67
Hex 6B BC EA 36 14 0 8 CA 4B 43
Octal 153 274 352 66 24 0 10 312 113 103
Binary 1101011 10111100 11101010 110110 10100 0 1000 11001010 1001011 1000011

Color Harmonies of #6BBCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBCEA

Black with #6BBCEA

Text Example


Text Example

White with #6BBCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,188,234); }

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

background-color css

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

 a { background-color: rgb(107,188,234); }

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

border-color css

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

 span { border-color: rgb(107,188,234); }

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