Html Css Color HEX #6BBFE4 Malibu

📋 copy color: '#6BBFE4'

red 107 ◦ green 191 ◦ blue 228

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

Shades of Malibu #6BBFE4

Tints of Malibu #6BBFE4

RGB

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

 GREEN value IS 191 (75% from 255) = 36.31%

 BLUE value IS 228 (89.45% from 255) = 43.35%

R = 20.34%
G = 36.31%
B = 43.35%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6BBFE4 (or 0x6BBFE4) is known color: Malibu. HEX triplet: 6B, BF and E4. RGB value is (107,191,228). Sum of RGB (Red+Green+Blue) = 107+191+228=526 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.34% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BBFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFE4 is #94401B. Grayscale: #A9A9A9. Windows color (decimal): -9715740 or 14991211. OLE color: 14991211.

HSL color Cylindrical-coordinate representation of color #6BBFE4: hue angle of 198.35º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BBFE4 is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 191 228 -
CMYK 0.53 0.16 0 0.11
HSL 198.35º 0.69% 0.66% -
HSV(B) 198.35º 0.53% 0.89% -
XYZ 38.7 45.99 80.24 -
YUV 170.1 160.67 82.99 -
System Red Green Blue C M Y K H S L
Decimal 107 191 228 0.53 0.16 0 0.11 198.35 0.69 0.66
Hex 6B BF E4 35 10 0 B C6 45 42
Octal 153 277 344 65 20 0 13 306 105 102
Binary 1101011 10111111 11100100 110101 10000 0 1011 11000110 1000101 1000010

Color Harmonies of #6BBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFE4

Black with #6BBFE4

Text Example


Text Example

White with #6BBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,191,228); }

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

background-color css

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

 a { background-color: rgb(107,191,228); }

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

border-color css

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

 span { border-color: rgb(107,191,228); }

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