Html Css Color HEX #6BB1ED Malibu

📋 copy color: '#6BB1ED'

red 107 ◦ green 177 ◦ blue 237

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

Shades of Malibu #6BB1ED

Tints of Malibu #6BB1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.97%

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

R = 20.54%
G = 33.97%
B = 45.49%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BB1ED (or 0x6BB1ED) is known color: Malibu. HEX triplet: 6B, B1 and ED. RGB value is (107,177,237). Sum of RGB (Red+Green+Blue) = 107+177+237=521 (69% of max value = 765). Red value is 107 (42.19% from 255 or 20.54% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BB1ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BB1ED is #944E12. Grayscale: #A2A2A2. Windows color (decimal): -9719315 or 15577451. OLE color: 15577451.

HSL color Cylindrical-coordinate representation of color #6BB1ED: hue angle of 207.69º 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 #6BB1ED is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 177 237 -
CMYK 0.55 0.25 0 0.07
HSL 207.69º 0.78% 0.67% -
HSV(B) 207.69º 0.55% 0.93% -
XYZ 37.07 40.68 86.02 -
YUV 162.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 107 177 237 0.55 0.25 0 0.07 207.69 0.78 0.67
Hex 6B B1 ED 37 19 0 7 D0 4E 43
Octal 153 261 355 67 31 0 7 320 116 103
Binary 1101011 10110001 11101101 110111 11001 0 111 11010000 1001110 1000011

Color Harmonies of #6BB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB1ED

Black with #6BB1ED

Text Example


Text Example

White with #6BB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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