Html Css Color HEX #6EBFCD Seagull

📋 copy color: '#6EBFCD'

red 110 ◦ green 191 ◦ blue 205

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

Shades of Seagull #6EBFCD

Tints of Seagull #6EBFCD

RGB

 RED value IS 110 (43.36% from 255) = 21.74%

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

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 21.74%
G = 37.75%
B = 40.51%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6EBFCD (or 0x6EBFCD) is known color: Seagull. HEX triplet: 6E, BF and CD. RGB value is (110,191,205). Sum of RGB (Red+Green+Blue) = 110+191+205=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #6EBFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFCD is #914032. Grayscale: #A8A8A8. Windows color (decimal): -9519155 or 13483886. OLE color: 13483886.

HSL color Cylindrical-coordinate representation of color #6EBFCD: hue angle of 188.84º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBFCD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 191 205 -
CMYK 0.46 0.07 0 0.20
HSL 188.84º 0.49% 0.62% -
HSV(B) 188.84º 0.46% 0.8% -
XYZ 36.08 44.98 64.54 -
YUV 168.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 110 191 205 0.46 0.07 0 0.20 188.84 0.49 0.62
Hex 6E BF CD 2E 7 0 14 BD 31 3E
Octal 156 277 315 56 7 0 24 275 61 76
Binary 1101110 10111111 11001101 101110 111 0 10100 10111101 110001 111110

Color Harmonies of #6EBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFCD

Black with #6EBFCD

Text Example


Text Example

White with #6EBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,205); }

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

background-color css

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

 a { background-color: rgb(110,191,205); }

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

border-color css

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

 span { border-color: rgb(110,191,205); }

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