Html Css Color HEX #6BBFDA Malibu

📋 copy color: '#6BBFDA'

red 107 ◦ green 191 ◦ blue 218

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

Shades of Malibu #6BBFDA

Tints of Malibu #6BBFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 20.74%
G = 37.02%
B = 42.25%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BBFDA (or 0x6BBFDA) is known color: Malibu. HEX triplet: 6B, BF and DA. RGB value is (107,191,218). Sum of RGB (Red+Green+Blue) = 107+191+218=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BBFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBFDA is #944025. Grayscale: #A8A8A8. Windows color (decimal): -9715750 or 14335851. OLE color: 14335851.

HSL color Cylindrical-coordinate representation of color #6BBFDA: hue angle of 194.59º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BBFDA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 191 218 -
CMYK 0.51 0.12 0 0.15
HSL 194.59º 0.6% 0.64% -
HSV(B) 194.59º 0.51% 0.85% -
XYZ 37.35 45.45 73.13 -
YUV 168.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 107 191 218 0.51 0.12 0 0.15 194.59 0.6 0.64
Hex 6B BF DA 33 C 0 F C3 3C 40
Octal 153 277 332 63 14 0 17 303 74 100
Binary 1101011 10111111 11011010 110011 1100 0 1111 11000011 111100 1000000

Color Harmonies of #6BBFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBFDA

Black with #6BBFDA

Text Example


Text Example

White with #6BBFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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