Html Css Color HEX #6DB8CA Seagull

📋 copy color: '#6DB8CA'

red 109 ◦ green 184 ◦ blue 202

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

Shades of Seagull #6DB8CA

Tints of Seagull #6DB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

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

R = 22.02%
G = 37.17%
B = 40.81%

CMYK

 C value IS 0.46

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6DB8CA (or 0x6DB8CA) is known color: Seagull. HEX triplet: 6D, B8 and CA. RGB value is (109,184,202). Sum of RGB (Red+Green+Blue) = 109+184+202=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 202 - color contains mainly: blue. Hex color #6DB8CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB8CA is #924735. Grayscale: #A3A3A3. Windows color (decimal): -9586486 or 13285485. OLE color: 13285485.

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

Color convert

RGB 109 184 202 -
CMYK 0.46 0.09 0 0.21
HSL 191.61º 0.47% 0.61% -
HSV(B) 191.61º 0.46% 0.79% -
XYZ 34.11 41.8 62.15 -
YUV 163.63 149.65 89.04 -
System Red Green Blue C M Y K H S L
Decimal 109 184 202 0.46 0.09 0 0.21 191.61 0.47 0.61
Hex 6D B8 CA 2E 9 0 15 C0 2F 3D
Octal 155 270 312 56 11 0 25 300 57 75
Binary 1101101 10111000 11001010 101110 1001 0 10101 11000000 101111 111101

Color Harmonies of #6DB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB8CA

Black with #6DB8CA

Text Example


Text Example

White with #6DB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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