Html Css Color HEX #6BAFDF Malibu

📋 copy color: '#6BAFDF'

red 107 ◦ green 175 ◦ blue 223

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

Shades of Malibu #6BAFDF

Tints of Malibu #6BAFDF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.65%

 BLUE value IS 223 (87.5% from 255) = 44.16%

R = 21.19%
G = 34.65%
B = 44.16%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6BAFDF (or 0x6BAFDF) is known color: Malibu. HEX triplet: 6B, AF and DF. RGB value is (107,175,223). Sum of RGB (Red+Green+Blue) = 107+175+223=505 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.19% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #6BAFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFDF is #945020. Grayscale: #9F9F9F. Windows color (decimal): -9719841 or 14659435. OLE color: 14659435.

HSL color Cylindrical-coordinate representation of color #6BAFDF: hue angle of 204.83º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6BAFDF is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 107 175 223 -
CMYK 0.52 0.22 0 0.13
HSL 204.83º 0.64% 0.65% -
HSV(B) 204.83º 0.52% 0.87% -
XYZ 34.71 39.11 75.53 -
YUV 160.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 107 175 223 0.52 0.22 0 0.13 204.83 0.64 0.65
Hex 6B AF DF 34 16 0 D CD 40 41
Octal 153 257 337 64 26 0 15 315 100 101
Binary 1101011 10101111 11011111 110100 10110 0 1101 11001101 1000000 1000001

Color Harmonies of #6BAFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAFDF

Black with #6BAFDF

Text Example


Text Example

White with #6BAFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,175,223); }

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

background-color css

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

 a { background-color: rgb(107,175,223); }

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

border-color css

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

 span { border-color: rgb(107,175,223); }

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