Html Css Color HEX #6BAEED Malibu

📋 copy color: '#6BAEED'

red 107 ◦ green 174 ◦ blue 237

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

Shades of Malibu #6BAEED

Tints of Malibu #6BAEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.75%

R = 20.66%
G = 33.59%
B = 45.75%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BAEED (or 0x6BAEED) is known color: Malibu. HEX triplet: 6B, AE and ED. RGB value is (107,174,237). Sum of RGB (Red+Green+Blue) = 107+174+237=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BAEED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BAEED is #945112. Grayscale: #A0A0A0. Windows color (decimal): -9720083 or 15576683. OLE color: 15576683.

HSL color Cylindrical-coordinate representation of color #6BAEED: hue angle of 209.08º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BAEED is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 174 237 -
CMYK 0.55 0.27 0 0.07
HSL 209.08º 0.78% 0.67% -
HSV(B) 209.08º 0.55% 0.93% -
XYZ 36.49 39.51 85.82 -
YUV 161.15 170.8 89.38 -
System Red Green Blue C M Y K H S L
Decimal 107 174 237 0.55 0.27 0 0.07 209.08 0.78 0.67
Hex 6B AE ED 37 1B 0 7 D1 4E 43
Octal 153 256 355 67 33 0 7 321 116 103
Binary 1101011 10101110 11101101 110111 11011 0 111 11010001 1001110 1000011

Color Harmonies of #6BAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEED

Black with #6BAEED

Text Example


Text Example

White with #6BAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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