Html Css Color HEX #6BC7E0 Malibu

📋 copy color: '#6BC7E0'

red 107 ◦ green 199 ◦ blue 224

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

Shades of Malibu #6BC7E0

Tints of Malibu #6BC7E0

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.55%

 BLUE value IS 224 (87.89% from 255) = 42.26%

R = 20.19%
G = 37.55%
B = 42.26%

CMYK

 C value IS 0.52

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6BC7E0 (or 0x6BC7E0) is known color: Malibu. HEX triplet: 6B, C7 and E0. RGB value is (107,199,224). Sum of RGB (Red+Green+Blue) = 107+199+224=530 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.19% from 530); Green value is 199 (78.12% from 255 or 37.55% from 530); Blue value is 224 (87.89% from 255 or 42.26% from 530); Max value from RGB is 224 - color contains mainly: blue. Hex color #6BC7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC7E0 is #94381F. Grayscale: #AEAEAE. Windows color (decimal): -9713696 or 14731115. OLE color: 14731115.

HSL color Cylindrical-coordinate representation of color #6BC7E0: hue angle of 192.82º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BC7E0 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 107 199 224 -
CMYK 0.52 0.11 0 0.12
HSL 192.82º 0.65% 0.65% -
HSV(B) 192.82º 0.52% 0.88% -
XYZ 39.94 49.35 77.94 -
YUV 174.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 107 199 224 0.52 0.11 0 0.12 192.82 0.65 0.65
Hex 6B C7 E0 34 B 0 C C1 41 41
Octal 153 307 340 64 13 0 14 301 101 101
Binary 1101011 11000111 11100000 110100 1011 0 1100 11000001 1000001 1000001

Color Harmonies of #6BC7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC7E0

Black with #6BC7E0

Text Example


Text Example

White with #6BC7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,199,224); }

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

background-color css

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

 a { background-color: rgb(107,199,224); }

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

border-color css

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

 span { border-color: rgb(107,199,224); }

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