Html Css Color HEX #6DB1CA Seagull

📋 copy color: '#6DB1CA'

red 109 ◦ green 177 ◦ blue 202

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

Shades of Seagull #6DB1CA

Tints of Seagull #6DB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.27%

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

R = 22.34%
G = 36.27%
B = 41.39%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6DB1CA (or 0x6DB1CA) is known color: Seagull. HEX triplet: 6D, B1 and CA. RGB value is (109,177,202). Sum of RGB (Red+Green+Blue) = 109+177+202=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB1CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DB1CA is #924E35. Grayscale: #9F9F9F. Windows color (decimal): -9588278 or 13283693. OLE color: 13283693.

HSL color Cylindrical-coordinate representation of color #6DB1CA: hue angle of 196.13º 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 #6DB1CA is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 177 202 -
CMYK 0.46 0.12 0 0.21
HSL 196.13º 0.47% 0.61% -
HSV(B) 196.13º 0.46% 0.79% -
XYZ 32.69 38.96 61.67 -
YUV 159.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 109 177 202 0.46 0.12 0 0.21 196.13 0.47 0.61
Hex 6D B1 CA 2E C 0 15 C4 2F 3D
Octal 155 261 312 56 14 0 25 304 57 75
Binary 1101101 10110001 11001010 101110 1100 0 10101 11000100 101111 111101

Color Harmonies of #6DB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB1CA

Black with #6DB1CA

Text Example


Text Example

White with #6DB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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