Html Css Color HEX #6DBDCF Seagull

📋 copy color: '#6DBDCF'

red 109 ◦ green 189 ◦ blue 207

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

Shades of Seagull #6DBDCF

Tints of Seagull #6DBDCF

RGB

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

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

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

R = 21.58%
G = 37.43%
B = 40.99%

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

#6DBDCF (or 0x6DBDCF) is known color: Seagull. HEX triplet: 6D, BD and CF. RGB value is (109,189,207). Sum of RGB (Red+Green+Blue) = 109+189+207=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #6DBDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDCF is #924230. Grayscale: #A6A6A6. Windows color (decimal): -9585201 or 13614445. OLE color: 13614445.

HSL color Cylindrical-coordinate representation of color #6DBDCF: hue angle of 191.02º degrees, saturation: 0.51, 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 #6DBDCF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 189 207 -
CMYK 0.47 0.09 0 0.19
HSL 191.02º 0.51% 0.62% -
HSV(B) 191.02º 0.47% 0.81% -
XYZ 35.77 44.15 65.67 -
YUV 167.13 150.5 86.54 -
System Red Green Blue C M Y K H S L
Decimal 109 189 207 0.47 0.09 0 0.19 191.02 0.51 0.62
Hex 6D BD CF 2F 9 0 13 BF 33 3E
Octal 155 275 317 57 11 0 23 277 63 76
Binary 1101101 10111101 11001111 101111 1001 0 10011 10111111 110011 111110

Color Harmonies of #6DBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDCF

Black with #6DBDCF

Text Example


Text Example

White with #6DBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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