Html Css Color HEX #6BC2ED Malibu

📋 copy color: '#6BC2ED'

red 107 ◦ green 194 ◦ blue 237

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

Shades of Malibu #6BC2ED

Tints of Malibu #6BC2ED

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

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

R = 19.89%
G = 36.06%
B = 44.05%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6BC2ED (or 0x6BC2ED) is known color: Malibu. HEX triplet: 6B, C2 and ED. RGB value is (107,194,237). Sum of RGB (Red+Green+Blue) = 107+194+237=538 (71% of max value = 765). Red value is 107 (42.19% from 255 or 19.89% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #6BC2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BC2ED is #943D12. Grayscale: #ACACAC. Windows color (decimal): -9714963 or 15581803. OLE color: 15581803.

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

Color convert

RGB 107 194 237 -
CMYK 0.55 0.18 0 0.07
HSL 199.85º 0.78% 0.67% -
HSV(B) 199.85º 0.55% 0.93% -
XYZ 40.64 47.82 87.21 -
YUV 172.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 107 194 237 0.55 0.18 0 0.07 199.85 0.78 0.67
Hex 6B C2 ED 37 12 0 7 C8 4E 43
Octal 153 302 355 67 22 0 7 310 116 103
Binary 1101011 11000010 11101101 110111 10010 0 111 11001000 1001110 1000011

Color Harmonies of #6BC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2ED

Black with #6BC2ED

Text Example


Text Example

White with #6BC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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