Html Css Color HEX #6DBECC Seagull

📋 copy color: '#6DBECC'

red 109 ◦ green 190 ◦ blue 204

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

Shades of Seagull #6DBECC

Tints of Seagull #6DBECC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 21.67%
G = 37.77%
B = 40.56%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6DBECC (or 0x6DBECC) is known color: Seagull. HEX triplet: 6D, BE and CC. RGB value is (109,190,204). Sum of RGB (Red+Green+Blue) = 109+190+204=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #6DBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBECC is #924133. Grayscale: #A7A7A7. Windows color (decimal): -9584948 or 13418093. OLE color: 13418093.

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

Color convert

RGB 109 190 204 -
CMYK 0.47 0.07 0 0.2
HSL 188.84º 0.48% 0.61% -
HSV(B) 188.84º 0.47% 0.8% -
XYZ 35.62 44.44 63.83 -
YUV 167.38 148.66 86.36 -
System Red Green Blue C M Y K H S L
Decimal 109 190 204 0.47 0.07 0 0.2 188.84 0.48 0.61
Hex 6D BE CC 2F 7 0 14 BD 30 3D
Octal 155 276 314 57 7 0 24 275 60 75
Binary 1101101 10111110 11001100 101111 111 0 10100 10111101 110000 111101

Color Harmonies of #6DBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBECC

Black with #6DBECC

Text Example


Text Example

White with #6DBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,190,204); }

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

background-color css

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

 a { background-color: rgb(109,190,204); }

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

border-color css

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

 span { border-color: rgb(109,190,204); }

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