Html Css Color HEX #6BBECF Seagull

📋 copy color: '#6BBECF'

red 107 ◦ green 190 ◦ blue 207

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

Shades of Seagull #6BBECF

Tints of Seagull #6BBECF

RGB

 RED value IS 107 (42.19% from 255) = 21.23%

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

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

R = 21.23%
G = 37.7%
B = 41.07%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6BBECF (or 0x6BBECF) is known color: Seagull. HEX triplet: 6B, BE and CF. RGB value is (107,190,207). Sum of RGB (Red+Green+Blue) = 107+190+207=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BBECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BBECF is #944130. Grayscale: #A6A6A6. Windows color (decimal): -9716017 or 13614699. OLE color: 13614699.

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

Color convert

RGB 107 190 207 -
CMYK 0.48 0.08 0 0.19
HSL 190.2º 0.51% 0.62% -
HSV(B) 190.2º 0.48% 0.81% -
XYZ 35.74 44.46 65.73 -
YUV 167.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 107 190 207 0.48 0.08 0 0.19 190.2 0.51 0.62
Hex 6B BE CF 30 8 0 13 BE 33 3E
Octal 153 276 317 60 10 0 23 276 63 76
Binary 1101011 10111110 11001111 110000 1000 0 10011 10111110 110011 111110

Color Harmonies of #6BBECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BBECF

Black with #6BBECF

Text Example


Text Example

White with #6BBECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,190,207); }

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

background-color css

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

 a { background-color: rgb(107,190,207); }

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

border-color css

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

 span { border-color: rgb(107,190,207); }

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