Html Css Color HEX #6ABCCF Seagull

📋 copy color: '#6ABCCF'

red 106 ◦ green 188 ◦ blue 207

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

Shades of Seagull #6ABCCF

Tints of Seagull #6ABCCF

RGB

 RED value IS 106 (41.8% from 255) = 21.16%

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 21.16%
G = 37.52%
B = 41.32%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6ABCCF (or 0x6ABCCF) is known color: Seagull. HEX triplet: 6A, BC and CF. RGB value is (106,188,207). Sum of RGB (Red+Green+Blue) = 106+188+207=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ABCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABCCF is #954330. Grayscale: #A5A5A5. Windows color (decimal): -9782065 or 13614186. OLE color: 13614186.

HSL color Cylindrical-coordinate representation of color #6ABCCF: hue angle of 191.29º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ABCCF is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 188 207 -
CMYK 0.49 0.09 0 0.19
HSL 191.29º 0.51% 0.61% -
HSV(B) 191.29º 0.49% 0.81% -
XYZ 35.19 43.54 65.58 -
YUV 165.65 151.33 85.46 -
System Red Green Blue C M Y K H S L
Decimal 106 188 207 0.49 0.09 0 0.19 191.29 0.51 0.61
Hex 6A BC CF 31 9 0 13 BF 33 3D
Octal 152 274 317 61 11 0 23 277 63 75
Binary 1101010 10111100 11001111 110001 1001 0 10011 10111111 110011 111101

Color Harmonies of #6ABCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCCF

Black with #6ABCCF

Text Example


Text Example

White with #6ABCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,188,207); }

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

background-color css

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

 a { background-color: rgb(106,188,207); }

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

border-color css

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

 span { border-color: rgb(106,188,207); }

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