Html Css Color HEX #6EBDCF Seagull

📋 copy color: '#6EBDCF'

red 110 ◦ green 189 ◦ blue 207

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

Shades of Seagull #6EBDCF

Tints of Seagull #6EBDCF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 21.74%
G = 37.35%
B = 40.91%

CMYK

 C value IS 0.47

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EBDCF (or 0x6EBDCF) is known color: Seagull. HEX triplet: 6E, BD and CF. RGB value is (110,189,207). Sum of RGB (Red+Green+Blue) = 110+189+207=506 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.74% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDCF is #914230. Grayscale: #A7A7A7. Windows color (decimal): -9519665 or 13614446. OLE color: 13614446.

HSL color Cylindrical-coordinate representation of color #6EBDCF: hue angle of 191.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EBDCF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 189 207 -
CMYK 0.47 0.09 0 0.19
HSL 191.13º 0.5% 0.62% -
HSV(B) 191.13º 0.47% 0.81% -
XYZ 35.89 44.22 65.67 -
YUV 167.43 150.33 87.04 -
System Red Green Blue C M Y K H S L
Decimal 110 189 207 0.47 0.09 0 0.19 191.13 0.5 0.62
Hex 6E BD CF 2F 9 0 13 BF 32 3E
Octal 156 275 317 57 11 0 23 277 62 76
Binary 1101110 10111101 11001111 101111 1001 0 10011 10111111 110010 111110

Color Harmonies of #6EBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDCF

Black with #6EBDCF

Text Example


Text Example

White with #6EBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,207); }

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

background-color css

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

 a { background-color: rgb(110,189,207); }

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

border-color css

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

 span { border-color: rgb(110,189,207); }

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