Html Css Color HEX #6FB2DA Malibu

📋 copy color: '#6FB2DA'

red 111 ◦ green 178 ◦ blue 218

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

Shades of Malibu #6FB2DA

Tints of Malibu #6FB2DA

RGB

 RED value IS 111 (43.75% from 255) = 21.89%

 GREEN value IS 178 (69.92% from 255) = 35.11%

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

R = 21.89%
G = 35.11%
B = 43%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6FB2DA (or 0x6FB2DA) is known color: Malibu. HEX triplet: 6F, B2 and DA. RGB value is (111,178,218). Sum of RGB (Red+Green+Blue) = 111+178+218=507 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.89% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #6FB2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB2DA is #904D25. Grayscale: #A2A2A2. Windows color (decimal): -9456934 or 14332527. OLE color: 14332527.

HSL color Cylindrical-coordinate representation of color #6FB2DA: hue angle of 202.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6FB2DA is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 178 218 -
CMYK 0.49 0.18 0 0.15
HSL 202.43º 0.59% 0.65% -
HSV(B) 202.43º 0.49% 0.85% -
XYZ 35.13 40.28 72.25 -
YUV 162.53 159.3 91.25 -
System Red Green Blue C M Y K H S L
Decimal 111 178 218 0.49 0.18 0 0.15 202.43 0.59 0.65
Hex 6F B2 DA 31 12 0 F CA 3B 41
Octal 157 262 332 61 22 0 17 312 73 101
Binary 1101111 10110010 11011010 110001 10010 0 1111 11001010 111011 1000001

Color Harmonies of #6FB2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB2DA

Black with #6FB2DA

Text Example


Text Example

White with #6FB2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,178,218); }

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

background-color css

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

 a { background-color: rgb(111,178,218); }

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

border-color css

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

 span { border-color: rgb(111,178,218); }

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