Html Css Color HEX #6BAEE4 Malibu

📋 copy color: '#6BAEE4'

red 107 ◦ green 174 ◦ blue 228

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

Shades of Malibu #6BAEE4

Tints of Malibu #6BAEE4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.18%

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

R = 21.02%
G = 34.18%
B = 44.79%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6BAEE4 (or 0x6BAEE4) is known color: Malibu. HEX triplet: 6B, AE and E4. RGB value is (107,174,228). Sum of RGB (Red+Green+Blue) = 107+174+228=509 (67% of max value = 765). Red value is 107 (42.19% from 255 or 21.02% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #6BAEE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAEE4 is #94511B. Grayscale: #9F9F9F. Windows color (decimal): -9720092 or 14986859. OLE color: 14986859.

HSL color Cylindrical-coordinate representation of color #6BAEE4: hue angle of 206.78º 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 #6BAEE4 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 174 228 -
CMYK 0.53 0.24 0 0.11
HSL 206.78º 0.69% 0.66% -
HSV(B) 206.78º 0.53% 0.89% -
XYZ 35.2 39 79.07 -
YUV 160.12 166.3 90.11 -
System Red Green Blue C M Y K H S L
Decimal 107 174 228 0.53 0.24 0 0.11 206.78 0.69 0.66
Hex 6B AE E4 35 18 0 B CF 45 42
Octal 153 256 344 65 30 0 13 317 105 102
Binary 1101011 10101110 11100100 110101 11000 0 1011 11001111 1000101 1000010

Color Harmonies of #6BAEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEE4

Black with #6BAEE4

Text Example


Text Example

White with #6BAEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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