Html Css Color HEX #6FC3E6 Malibu

📋 copy color: '#6FC3E6'

red 111 ◦ green 195 ◦ blue 230

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

Shades of Malibu #6FC3E6

Tints of Malibu #6FC3E6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.38%

 BLUE value IS 230 (90.23% from 255) = 42.91%

R = 20.71%
G = 36.38%
B = 42.91%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6FC3E6 (or 0x6FC3E6) is known color: Malibu. HEX triplet: 6F, C3 and E6. RGB value is (111,195,230). Sum of RGB (Red+Green+Blue) = 111+195+230=536 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.71% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #6FC3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FC3E6 is #903C19. Grayscale: #ADADAD. Windows color (decimal): -9452570 or 15123311. OLE color: 15123311.

HSL color Cylindrical-coordinate representation of color #6FC3E6: hue angle of 197.65º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FC3E6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 111 195 230 -
CMYK 0.52 0.15 0 0.10
HSL 197.65º 0.7% 0.67% -
HSV(B) 197.65º 0.52% 0.9% -
XYZ 40.35 48.12 82.02 -
YUV 173.87 159.67 83.15 -
System Red Green Blue C M Y K H S L
Decimal 111 195 230 0.52 0.15 0 0.10 197.65 0.7 0.67
Hex 6F C3 E6 34 F 0 A C6 46 43
Octal 157 303 346 64 17 0 12 306 106 103
Binary 1101111 11000011 11100110 110100 1111 0 1010 11000110 1000110 1000011

Color Harmonies of #6FC3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC3E6

Black with #6FC3E6

Text Example


Text Example

White with #6FC3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,195,230); }

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

background-color css

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

 a { background-color: rgb(111,195,230); }

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

border-color css

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

 span { border-color: rgb(111,195,230); }

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