Html Css Color HEX #6BC8EA Malibu

📋 copy color: '#6BC8EA'

red 107 ◦ green 200 ◦ blue 234

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

Shades of Malibu #6BC8EA

Tints of Malibu #6BC8EA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.97%

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

R = 19.78%
G = 36.97%
B = 43.25%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BC8EA (or 0x6BC8EA) is known color: Malibu. HEX triplet: 6B, C8 and EA. RGB value is (107,200,234). Sum of RGB (Red+Green+Blue) = 107+200+234=541 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.78% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #6BC8EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC8EA is #943715. Grayscale: #AFAFAF. Windows color (decimal): -9713430 or 15386731. OLE color: 15386731.

HSL color Cylindrical-coordinate representation of color #6BC8EA: hue angle of 196.06º 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 #6BC8EA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 200 234 -
CMYK 0.54 0.15 0 0.08
HSL 196.06º 0.75% 0.67% -
HSV(B) 196.06º 0.54% 0.92% -
XYZ 41.57 50.37 85.37 -
YUV 176.07 160.69 78.74 -
System Red Green Blue C M Y K H S L
Decimal 107 200 234 0.54 0.15 0 0.08 196.06 0.75 0.67
Hex 6B C8 EA 36 F 0 8 C4 4B 43
Octal 153 310 352 66 17 0 10 304 113 103
Binary 1101011 11001000 11101010 110110 1111 0 1000 11000100 1001011 1000011

Color Harmonies of #6BC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC8EA

Black with #6BC8EA

Text Example


Text Example

White with #6BC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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