Html Css Color HEX #6DB3CA Seagull

📋 copy color: '#6DB3CA'

red 109 ◦ green 179 ◦ blue 202

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

Shades of Seagull #6DB3CA

Tints of Seagull #6DB3CA

RGB

 RED value IS 109 (42.97% from 255) = 22.24%

 GREEN value IS 179 (70.31% from 255) = 36.53%

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 22.24%
G = 36.53%
B = 41.22%

CMYK

 C value IS 0.46

 M value IS 0.11

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6DB3CA (or 0x6DB3CA) is known color: Seagull. HEX triplet: 6D, B3 and CA. RGB value is (109,179,202). Sum of RGB (Red+Green+Blue) = 109+179+202=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB3CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB3CA is #924C35. Grayscale: #A0A0A0. Windows color (decimal): -9587766 or 13284205. OLE color: 13284205.

HSL color Cylindrical-coordinate representation of color #6DB3CA: hue angle of 194.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DB3CA is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 179 202 -
CMYK 0.46 0.11 0 0.21
HSL 194.84º 0.47% 0.61% -
HSV(B) 194.84º 0.46% 0.79% -
XYZ 33.09 39.76 61.81 -
YUV 160.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 109 179 202 0.46 0.11 0 0.21 194.84 0.47 0.61
Hex 6D B3 CA 2E B 0 15 C3 2F 3D
Octal 155 263 312 56 13 0 25 303 57 75
Binary 1101101 10110011 11001010 101110 1011 0 10101 11000011 101111 111101

Color Harmonies of #6DB3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB3CA

Black with #6DB3CA

Text Example


Text Example

White with #6DB3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,179,202); }

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

background-color css

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

 a { background-color: rgb(109,179,202); }

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

border-color css

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

 span { border-color: rgb(109,179,202); }

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